#F0F384

Color #F0F384 Tidal (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Tidal #F0F384

Tints of Tidal #F0F384

Color information

#F0F384 (or 0xF0F384) is unknown color: approx Tidal. HEX triplet: F0, F3 and 84. RGB value is (240,243,132). Sum of RGB (Red+Green+Blue) = 240+243+132=615 (81% of max value = 765). Red value is 240 (94.14% from 255 or 39.02% from 615); Green value is 243 (95.31% from 255 or 39.51% from 615); Blue value is 132 (51.95% from 255 or 21.46% from 615); Max value from RGB is 243 - color contains mainly: green. Hex color #F0F384 is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #F0F384 is #0F0C7B. Grayscale: #E5E5E5. Windows color (decimal): -986236 or 8713200. OLE color: 8713200.

HSL color Cylindrical-coordinate representation of color #F0F384: hue angle of 61.62º degrees, saturation: 0.82, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #F0F384 is Cyan = 0.01, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.05.

Color convert

RGB240243132-
CMYK0.0100.460.05
HSL61.62º82.22%73.53%-
HSV(B)61.62º45.68%95.29%-
XYZ72.1584.2934.3-
YUV229.4573.01135.53-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 240 (94.14% from 255) = 39.02%
GREEN value IS 243 (95.31% from 255) = 39.51%
BLUE value IS 132 (51.95% from 255) = 21.46%
R=39.02%
G=39.51%
B=21.46%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0
Y (Yellow) values IS 0.46
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal2402431320.0100.460.0561.6282.2273.53
HexF0F384102E53e524a
Octal3603632041056576122112
Binary1111000011110011100001001010111010111111010100101001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F0F384

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F0F384; }

 p { color: rgb(240,243,132); }

 H1.HeaderClassName
 {
   color: #F0F384;
 }
 .AnyTagClassName
 {
   color: #F0F384;
 }
</style>
background-color css

<style>
 a { background-color: #F0F384; }

 a { background-color: rgb(240,243,132); }

 div.DivClassName
 {
   background-color: #F0F384;
 }
 .BgClassName
 {
   background-color: #F0F384;
 }
</style>
border-color css

<style>
 span { border-color: #F0F384; }

 span { border-color: rgb(240,243,132); }

 td.TdClassName
 {
   border-color: #F0F384;
 }
 .TagClassName
 {
   border-color: #F0F384;
 }
</style>