Html Css Color HEX #F2E09D Buttermilk

📋 copy color: '#F2E09D'

red 242 ◦ green 224 ◦ blue 157

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

Shades of Buttermilk #F2E09D

Tints of Buttermilk #F2E09D

RGB

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

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

 BLUE value IS 157 (61.72% from 255) = 25.2%

R = 38.84%
G = 35.96%
B = 25.2%

CMYK

 C value IS 0

 M value IS 0.07

 Y value IS 0.35

 K value IS 0.05

RGB Variations

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

Color information

#F2E09D (or 0xF2E09D) is known color: Buttermilk. HEX triplet: F2, E0 and 9D. RGB value is (242,224,157). Sum of RGB (Red+Green+Blue) = 242+224+157=623 (82% of max value = 765). Red value is 242 (94.92% from 255 or 38.84% from 623); Green value is 224 (87.89% from 255 or 35.96% from 623); Blue value is 157 (61.72% from 255 or 25.20% from 623); Max value from RGB is 242 - color contains mainly: red. Hex color #F2E09D is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #F2E09D is #0D1F62. Grayscale: #DEDEDE. Windows color (decimal): -860003 or 10346738. OLE color: 10346738.

HSL color Cylindrical-coordinate representation of color #F2E09D: hue angle of 47.29º degrees, saturation: 0.77, 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 #F2E09D is Cyan = 0, Magento = 0.07, Yellow = 0.35 and Black (K on CMYK) = 0.05.

Color convert

RGB 242 224 157 -
CMYK 0 0.07 0.35 0.05
HSL 47.29º 0.77% 0.78% -
HSV(B) 47.29º 0.35% 0.95% -
XYZ 69.36 74.62 42.65 -
YUV 221.74 91.46 142.45 -
System Red Green Blue C M Y K H S L
Decimal 242 224 157 0 0.07 0.35 0.05 47.29 0.77 0.78
Hex F2 E0 9D 0 7 23 5 2F 4D 4E
Octal 362 340 235 0 7 43 5 57 115 116
Binary 11110010 11100000 10011101 0 111 100011 101 101111 1001101 1001110

Color Harmonies of #F2E09D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F2E09D

Black with #F2E09D

Text Example


Text Example

White with #F2E09D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F2E09D; }

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

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

background-color css

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

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

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

border-color css

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

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

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