#F0D297

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

Shades of Splash #F0D297

Tints of Splash #F0D297

Color information

#F0D297 (or 0xF0D297) is unknown color: approx Splash. HEX triplet: F0, D2 and 97. RGB value is (240,210,151). Sum of RGB (Red+Green+Blue) = 240+210+151=601 (79% of max value = 765). Red value is 240 (94.14% from 255 or 39.93% from 601); Green value is 210 (82.42% from 255 or 34.94% from 601); Blue value is 151 (59.38% from 255 or 25.12% from 601); Max value from RGB is 240 - color contains mainly: red. Hex color #F0D297 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #F0D297 is #0F2D68. Grayscale: #D4D4D4. Windows color (decimal): -994665 or 9949936. OLE color: 9949936.

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

Color convert

RGB240210151-
CMYK00.120.370.06
HSL39.78º74.79%76.67%-
HSV(B)39.78º37.08%94.12%-
XYZ64.5766.8538.78-
YUV212.2493.44147.8-

RGB Variations

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

RGB

RED value IS 240 (94.14% from 255) = 39.93%
GREEN value IS 210 (82.42% from 255) = 34.94%
BLUE value IS 151 (59.38% from 255) = 25.12%
R=39.93%
G=34.94%
B=25.12%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.12
Y (Yellow) values IS 0.37
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal24021015100.120.370.0639.7874.7976.67
HexF0D2970C256284b4d
Octal36032222701445650113115
Binary1111000011010010100101110110010010111010100010010111001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F0D297

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F0D297; }

 p { color: rgb(240,210,151); }

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

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

 a { background-color: rgb(240,210,151); }

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

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

 span { border-color: rgb(240,210,151); }

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