#F2D797

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

Shades of Splash #F2D797

Tints of Splash #F2D797

Color information

#F2D797 (or 0xF2D797) is unknown color: approx Splash. HEX triplet: F2, D7 and 97. RGB value is (242,215,151). Sum of RGB (Red+Green+Blue) = 242+215+151=608 (80% of max value = 765). Red value is 242 (94.92% from 255 or 39.80% from 608); Green value is 215 (84.38% from 255 or 35.36% from 608); Blue value is 151 (59.38% from 255 or 24.84% from 608); Max value from RGB is 242 - color contains mainly: red. Hex color #F2D797 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #F2D797 is #0D2868. Grayscale: #D8D8D8. Windows color (decimal): -862313 or 9951218. OLE color: 9951218.

HSL color Cylindrical-coordinate representation of color #F2D797: hue angle of 42.2º degrees, saturation: 0.78, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #F2D797 is Cyan = 0, Magento = 0.11, Yellow = 0.38 and Black (K on CMYK) = 0.05.

Color convert

RGB242215151-
CMYK00.110.380.05
HSL42.2º77.78%77.06%-
HSV(B)42.2º37.6%94.9%-
XYZ66.569.7139.23-
YUV215.7891.45146.7-

RGB Variations

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

RGB

RED value IS 242 (94.92% from 255) = 39.80%
GREEN value IS 215 (84.38% from 255) = 35.36%
BLUE value IS 151 (59.38% from 255) = 24.84%
R=39.80%
G=35.36%
B=24.84%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.11
Y (Yellow) values IS 0.38
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal24221515100.110.380.0542.277.7877.06
HexF2D7970B2652a4e4d
Octal36232722701346552116115
Binary1111001011010111100101110101110011010110101010011101001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F2D797

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F2D797; }

 p { color: rgb(242,215,151); }

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

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

 a { background-color: rgb(242,215,151); }

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

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

 span { border-color: rgb(242,215,151); }

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