#F2E09E

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

Shades of Buttermilk #F2E09E

Tints of Buttermilk #F2E09E

Color information

#F2E09E (or 0xF2E09E) is unknown color: approx Buttermilk. HEX triplet: F2, E0 and 9E. RGB value is (242,224,158). Sum of RGB (Red+Green+Blue) = 242+224+158=624 (82% of max value = 765). Red value is 242 (94.92% from 255 or 38.78% from 624); Green value is 224 (87.89% from 255 or 35.90% from 624); Blue value is 158 (62.11% from 255 or 25.32% from 624); Max value from RGB is 242 - color contains mainly: red. Hex color #F2E09E is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #F2E09E is #0D1F61. Grayscale: #DEDEDE. Windows color (decimal): -860002 or 10412274. OLE color: 10412274.

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

Color convert

RGB242224158-
CMYK00.070.350.05
HSL47.14º76.36%78.43%-
HSV(B)47.14º34.71%94.9%-
XYZ69.4574.6643.1-
YUV221.8691.96142.37-

RGB Variations

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

RGB

RED value IS 242 (94.92% from 255) = 38.78%
GREEN value IS 224 (87.89% from 255) = 35.90%
BLUE value IS 158 (62.11% from 255) = 25.32%
R=38.78%
G=35.90%
B=25.32%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.07
Y (Yellow) values IS 0.35
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal24222415800.070.350.0547.1476.3678.43
HexF2E09E072352f4c4e
Octal3623402360743557114116
Binary111100101110000010011110011110001110110111110011001001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F2E09E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F2E09E; }

 p { color: rgb(242,224,158); }

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

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

 a { background-color: rgb(242,224,158); }

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

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

 span { border-color: rgb(242,224,158); }

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