Html Css Color HEX #F4E080 Buff

📋 copy color: '#F4E080'

red 244 ◦ green 224 ◦ blue 128

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

Shades of Buff #F4E080

Tints of Buff #F4E080

RGB

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

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

 BLUE value IS 128 (50.39% from 255) = 21.48%

R = 40.94%
G = 37.58%
B = 21.48%

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

#F4E080 (or 0xF4E080) is known color: Buff. HEX triplet: F4, E0 and 80. RGB value is (244,224,128). Sum of RGB (Red+Green+Blue) = 244+224+128=596 (78% of max value = 765). Red value is 244 (95.70% from 255 or 40.94% from 596); Green value is 224 (87.89% from 255 or 37.58% from 596); Blue value is 128 (50.39% from 255 or 21.48% from 596); Max value from RGB is 244 - color contains mainly: red. Hex color #F4E080 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #F4E080 is #0B1F7F. Grayscale: #DBDBDB. Windows color (decimal): -728960 or 8446196. OLE color: 8446196.

HSL color Cylindrical-coordinate representation of color #F4E080: hue angle of 49.66º 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 #F4E080 is Cyan = 0, Magento = 0.08, Yellow = 0.48 and Black (K on CMYK) = 0.04.

Color convert

RGB 244 224 128 -
CMYK 0 0.08 0.48 0.04
HSL 49.66º 0.84% 0.73% -
HSV(B) 49.66º 0.48% 0.96% -
XYZ 67.86 74.1 31.15 -
YUV 219.04 76.63 145.81 -
System Red Green Blue C M Y K H S L
Decimal 244 224 128 0 0.08 0.48 0.04 49.66 0.84 0.73
Hex F4 E0 80 0 8 30 4 32 54 49
Octal 364 340 200 0 10 60 4 62 124 111
Binary 11110100 11100000 10000000 0 1000 110000 100 110010 1010100 1001001

Color Harmonies of #F4E080

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F4E080

Black with #F4E080

Text Example


Text Example

White with #F4E080

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F4E080; }

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

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

background-color css

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

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

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

border-color css

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

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

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