Html Css Color HEX #F4E07E Buff

📋 copy color: '#F4E07E'

red 244 ◦ green 224 ◦ blue 126

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

Shades of Buff #F4E07E

Tints of Buff #F4E07E

RGB

 RED value IS 244 (95.7% from 255) = 41.08%

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

 BLUE value IS 126 (49.61% from 255) = 21.21%

R = 41.08%
G = 37.71%
B = 21.21%

CMYK

 C value IS 0

 M value IS 0.08

 Y value IS 0.48

 K value IS 0.04

RGB Variations

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

Color information

#F4E07E (or 0xF4E07E) is known color: Buff. HEX triplet: F4, E0 and 7E. RGB value is (244,224,126). Sum of RGB (Red+Green+Blue) = 244+224+126=594 (78% of max value = 765). Red value is 244 (95.70% from 255 or 41.08% from 594); Green value is 224 (87.89% from 255 or 37.71% from 594); Blue value is 126 (49.61% from 255 or 21.21% from 594); Max value from RGB is 244 - color contains mainly: red. Hex color #F4E07E is not a web safe color. Web safe color analog (approx): #FFCC66. Inversed color of #F4E07E is #0B1F81. Grayscale: #DBDBDB. Windows color (decimal): -728962 or 8315124. OLE color: 8315124.

HSL color Cylindrical-coordinate representation of color #F4E07E: hue angle of 49.83º degrees, saturation: 0.84, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #F4E07E is Cyan = 0, Magento = 0.08, Yellow = 0.48 and Black (K on CMYK) = 0.04.

Color convert

RGB 244 224 126 -
CMYK 0 0.08 0.48 0.04
HSL 49.83º 0.84% 0.73% -
HSV(B) 49.83º 0.48% 0.96% -
XYZ 67.73 74.05 30.46 -
YUV 218.81 75.63 145.97 -
System Red Green Blue C M Y K H S L
Decimal 244 224 126 0 0.08 0.48 0.04 49.83 0.84 0.73
Hex F4 E0 7E 0 8 30 4 32 54 49
Octal 364 340 176 0 10 60 4 62 124 111
Binary 11110100 11100000 1111110 0 1000 110000 100 110010 1010100 1001001

Color Harmonies of #F4E07E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F4E07E

Black with #F4E07E

Text Example


Text Example

White with #F4E07E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F4E07E; }

 p { color: rgb(244,224,126); }

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

background-color css

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

 a { background-color: rgb(244,224,126); }

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

border-color css

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

 span { border-color: rgb(244,224,126); }

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