#F0D490

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

Shades of Splash #F0D490

Tints of Splash #F0D490

Color information

#F0D490 (or 0xF0D490) is unknown color: approx Splash. HEX triplet: F0, D4 and 90. RGB value is (240,212,144). Sum of RGB (Red+Green+Blue) = 240+212+144=596 (78% of max value = 765). Red value is 240 (94.14% from 255 or 40.27% from 596); Green value is 212 (83.20% from 255 or 35.57% from 596); Blue value is 144 (56.64% from 255 or 24.16% from 596); Max value from RGB is 240 - color contains mainly: red. Hex color #F0D490 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #F0D490 is #0F2B6F. Grayscale: #D4D4D4. Windows color (decimal): -994160 or 9491696. OLE color: 9491696.

HSL color Cylindrical-coordinate representation of color #F0D490: hue angle of 42.5º degrees, saturation: 0.76, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #F0D490 is Cyan = 0, Magento = 0.12, Yellow = 0.4 and Black (K on CMYK) = 0.06.

Color convert

RGB240212144-
CMYK00.120.40.06
HSL42.5º76.19%75.29%-
HSV(B)42.5º40%94.12%-
XYZ64.5167.6336.04-
YUV212.6289.28147.53-

RGB Variations

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

RGB

RED value IS 240 (94.14% from 255) = 40.27%
GREEN value IS 212 (83.20% from 255) = 35.57%
BLUE value IS 144 (56.64% from 255) = 24.16%
R=40.27%
G=35.57%
B=24.16%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.12
Y (Yellow) values IS 0.4
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal24021214400.120.40.0642.576.1975.29
HexF0D4900C2862a4c4b
Octal36032422001450652114113
Binary1111000011010100100100000110010100011010101010011001001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F0D490

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F0D490; }

 p { color: rgb(240,212,144); }

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

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

 a { background-color: rgb(240,212,144); }

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

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

 span { border-color: rgb(240,212,144); }

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