#F2D89A

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

Shades of Splash #F2D89A

Tints of Splash #F2D89A

Color information

#F2D89A (or 0xF2D89A) is unknown color: approx Splash. HEX triplet: F2, D8 and 9A. RGB value is (242,216,154). Sum of RGB (Red+Green+Blue) = 242+216+154=612 (81% of max value = 765). Red value is 242 (94.92% from 255 or 39.54% from 612); Green value is 216 (84.77% from 255 or 35.29% from 612); Blue value is 154 (60.55% from 255 or 25.16% from 612); Max value from RGB is 242 - color contains mainly: red. Hex color #F2D89A is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #F2D89A is #0D2765. Grayscale: #D8D8D8. Windows color (decimal): -862054 or 10148082. OLE color: 10148082.

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

Color convert

RGB242216154-
CMYK00.110.360.05
HSL42.27º77.19%77.65%-
HSV(B)42.27º36.36%94.9%-
XYZ67.0170.3240.61-
YUV216.7192.61146.04-

RGB Variations

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

RGB

RED value IS 242 (94.92% from 255) = 39.54%
GREEN value IS 216 (84.77% from 255) = 35.29%
BLUE value IS 154 (60.55% from 255) = 25.16%
R=39.54%
G=35.29%
B=25.16%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.11
Y (Yellow) values IS 0.36
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal24221615400.110.360.0542.2777.1977.65
HexF2D89A0B2452a4d4e
Octal36233023201344552115116
Binary1111001011011000100110100101110010010110101010011011001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F2D89A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F2D89A; }

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

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

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

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

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

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

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

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