Html Css Color HEX #F2E09F Buttermilk

📋 copy color: '#F2E09F'

red 242 ◦ green 224 ◦ blue 159

#F2E09F
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Buttermilk #F2E09F

Tints of Buttermilk #F2E09F

RGB

 RED value IS 242 (94.92% from 255) = 38.72%

 GREEN value IS 224 (87.89% from 255) = 35.84%

 BLUE value IS 159 (62.5% from 255) = 25.44%

R = 38.72%
G = 35.84%
B = 25.44%

CMYK

 C value IS 0

 M value IS 0.07

 Y value IS 0.34

 K value IS 0.05

RGB Variations

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

Color information

#F2E09F (or 0xF2E09F) is known color: Buttermilk. HEX triplet: F2, E0 and 9F. RGB value is (242,224,159). Sum of RGB (Red+Green+Blue) = 242+224+159=625 (82% of max value = 765). Red value is 242 (94.92% from 255 or 38.72% from 625); Green value is 224 (87.89% from 255 or 35.84% from 625); Blue value is 159 (62.5% from 255 or 25.44% from 625); Max value from RGB is 242 - color contains mainly: red. Hex color #F2E09F is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #F2E09F is #0D1F60. Grayscale: #DEDEDE. Windows color (decimal): -860001 or 10477810. OLE color: 10477810.

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

Color convert

RGB 242 224 159 -
CMYK 0 0.07 0.34 0.05
HSL 46.99º 0.76% 0.79% -
HSV(B) 46.99º 0.34% 0.95% -
XYZ 69.53 74.69 43.55 -
YUV 221.97 92.46 142.29 -
System Red Green Blue C M Y K H S L
Decimal 242 224 159 0 0.07 0.34 0.05 46.99 0.76 0.79
Hex F2 E0 9F 0 7 22 5 2F 4C 4F
Octal 362 340 237 0 7 42 5 57 114 117
Binary 11110010 11100000 10011111 0 111 100010 101 101111 1001100 1001111

Color Harmonies of #F2E09F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F2E09F

Black with #F2E09F

Text Example


Text Example

White with #F2E09F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F2E09F; }

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

 H1.HeaderClassName
 {
   color: #F2E09F;
 }
 .AnyTagClassName
 {
   color: #F2E09F;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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