#F0D391

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

Shades of Splash #F0D391

Tints of Splash #F0D391

Color information

#F0D391 (or 0xF0D391) is unknown color: approx Splash. HEX triplet: F0, D3 and 91. RGB value is (240,211,145). Sum of RGB (Red+Green+Blue) = 240+211+145=596 (78% of max value = 765). Red value is 240 (94.14% from 255 or 40.27% from 596); Green value is 211 (82.81% from 255 or 35.40% from 596); Blue value is 145 (57.03% from 255 or 24.33% from 596); Max value from RGB is 240 - color contains mainly: red. Hex color #F0D391 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #F0D391 is #0F2C6E. Grayscale: #D4D4D4. Windows color (decimal): -994415 or 9556976. OLE color: 9556976.

HSL color Cylindrical-coordinate representation of color #F0D391: hue angle of 41.68º 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 #F0D391 is Cyan = 0, Magento = 0.12, Yellow = 0.40 and Black (K on CMYK) = 0.06.

Color convert

RGB240211145-
CMYK00.120.400.06
HSL41.68º76%75.49%-
HSV(B)41.68º39.58%94.12%-
XYZ64.3467.1636.36-
YUV212.1590.11147.87-

RGB Variations

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

RGB

RED value IS 240 (94.14% from 255) = 40.27%
GREEN value IS 211 (82.81% from 255) = 35.40%
BLUE value IS 145 (57.03% from 255) = 24.33%
R=40.27%
G=35.40%
B=24.33%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.12
Y (Yellow) values IS 0.40
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal24021114500.120.400.0641.687675.49
HexF0D3910C2862a4c4b
Octal36032322101450652114113
Binary1111000011010011100100010110010100011010101010011001001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F0D391

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F0D391; }

 p { color: rgb(240,211,145); }

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

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

 a { background-color: rgb(240,211,145); }

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

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

 span { border-color: rgb(240,211,145); }

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