#F2D69A

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

Shades of Splash #F2D69A

Tints of Splash #F2D69A

Color information

#F2D69A (or 0xF2D69A) is unknown color: approx Splash. HEX triplet: F2, D6 and 9A. RGB value is (242,214,154). Sum of RGB (Red+Green+Blue) = 242+214+154=610 (80% of max value = 765). Red value is 242 (94.92% from 255 or 39.67% from 610); Green value is 214 (83.98% from 255 or 35.08% from 610); Blue value is 154 (60.55% from 255 or 25.25% from 610); Max value from RGB is 242 - color contains mainly: red. Hex color #F2D69A is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #F2D69A is #0D2965. Grayscale: #D7D7D7. Windows color (decimal): -862566 or 10147570. OLE color: 10147570.

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

Color convert

RGB242214154-
CMYK00.120.360.05
HSL40.91º77.19%77.65%-
HSV(B)40.91º36.36%94.9%-
XYZ66.569.340.44-
YUV215.5393.28146.88-

RGB Variations

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

RGB

RED value IS 242 (94.92% from 255) = 39.67%
GREEN value IS 214 (83.98% from 255) = 35.08%
BLUE value IS 154 (60.55% from 255) = 25.25%
R=39.67%
G=35.08%
B=25.25%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.12
Y (Yellow) values IS 0.36
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal24221415400.120.360.0540.9177.1977.65
HexF2D69A0C245294d4e
Octal36232623201444551115116
Binary1111001011010110100110100110010010010110100110011011001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F2D69A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F2D69A; }

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

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

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

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

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

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

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

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