#F2D697

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

Shades of Splash #F2D697

Tints of Splash #F2D697

Color information

#F2D697 (or 0xF2D697) is unknown color: approx Splash. HEX triplet: F2, D6 and 97. RGB value is (242,214,151). Sum of RGB (Red+Green+Blue) = 242+214+151=607 (80% of max value = 765). Red value is 242 (94.92% from 255 or 39.87% from 607); Green value is 214 (83.98% from 255 or 35.26% from 607); Blue value is 151 (59.38% from 255 or 24.88% from 607); Max value from RGB is 242 - color contains mainly: red. Hex color #F2D697 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #F2D697 is #0D2968. Grayscale: #D7D7D7. Windows color (decimal): -862569 or 9950962. OLE color: 9950962.

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

Color convert

RGB242214151-
CMYK00.120.380.05
HSL41.54º77.78%77.06%-
HSV(B)41.54º37.6%94.9%-
XYZ66.2569.239.14-
YUV215.1991.78147.12-

RGB Variations

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

RGB

RED value IS 242 (94.92% from 255) = 39.87%
GREEN value IS 214 (83.98% from 255) = 35.26%
BLUE value IS 151 (59.38% from 255) = 24.88%
R=39.87%
G=35.26%
B=24.88%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.12
Y (Yellow) values IS 0.38
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal24221415100.120.380.0541.5477.7877.06
HexF2D6970C2652a4e4d
Octal36232622701446552116115
Binary1111001011010110100101110110010011010110101010011101001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F2D697

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F2D697; }

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

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

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

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

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

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

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

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