#F0D696

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

Shades of Splash #F0D696

Tints of Splash #F0D696

Color information

#F0D696 (or 0xF0D696) is unknown color: approx Splash. HEX triplet: F0, D6 and 96. RGB value is (240,214,150). Sum of RGB (Red+Green+Blue) = 240+214+150=604 (80% of max value = 765). Red value is 240 (94.14% from 255 or 39.74% from 604); Green value is 214 (83.98% from 255 or 35.43% from 604); Blue value is 150 (58.98% from 255 or 24.83% from 604); Max value from RGB is 240 - color contains mainly: red. Hex color #F0D696 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #F0D696 is #0F2969. Grayscale: #D6D6D6. Windows color (decimal): -993642 or 9885424. OLE color: 9885424.

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

Color convert

RGB240214150-
CMYK00.110.370.06
HSL42.67º75%76.47%-
HSV(B)42.67º37.5%94.12%-
XYZ65.4968.8238.69-
YUV214.4891.61146.2-

RGB Variations

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

RGB

RED value IS 240 (94.14% from 255) = 39.74%
GREEN value IS 214 (83.98% from 255) = 35.43%
BLUE value IS 150 (58.98% from 255) = 24.83%
R=39.74%
G=35.43%
B=24.83%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.11
Y (Yellow) values IS 0.37
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal24021415000.110.370.0642.677576.47
HexF0D6960B2562b4b4c
Octal36032622601345653113114
Binary1111000011010110100101100101110010111010101110010111001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F0D696

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F0D696; }

 p { color: rgb(240,214,150); }

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

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

 a { background-color: rgb(240,214,150); }

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

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

 span { border-color: rgb(240,214,150); }

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