#F8E481

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

Shades of Buff #F8E481

Tints of Buff #F8E481

Color information

#F8E481 (or 0xF8E481) is unknown color: approx Buff. HEX triplet: F8, E4 and 81. RGB value is (248,228,129). Sum of RGB (Red+Green+Blue) = 248+228+129=605 (80% of max value = 765). Red value is 248 (97.27% from 255 or 40.99% from 605); Green value is 228 (89.45% from 255 or 37.69% from 605); Blue value is 129 (50.78% from 255 or 21.32% from 605); Max value from RGB is 248 - color contains mainly: red. Hex color #F8E481 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #F8E481 is #071B7E. Grayscale: #DFDFDF. Windows color (decimal): -465791 or 8512760. OLE color: 8512760.

HSL color Cylindrical-coordinate representation of color #F8E481: hue angle of 49.92º degrees, saturation: 0.89, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #F8E481 is Cyan = 0, Magento = 0.08, Yellow = 0.48 and Black (K on CMYK) = 0.03.

Color convert

RGB248228129-
CMYK00.080.480.03
HSL49.92º89.47%73.92%-
HSV(B)49.92º47.98%97.25%-
XYZ70.4277.0331.93-
YUV222.6975.13146.05-

RGB Variations

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

RGB

RED value IS 248 (97.27% from 255) = 40.99%
GREEN value IS 228 (89.45% from 255) = 37.69%
BLUE value IS 129 (50.78% from 255) = 21.32%
R=40.99%
G=37.69%
B=21.32%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.08
Y (Yellow) values IS 0.48
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal24822812900.080.480.0349.9289.4773.92
HexF8E4810830332594a
Octal37034420101060362131112
Binary111110001110010010000001010001100001111001010110011001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F8E481

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F8E481; }

 p { color: rgb(248,228,129); }

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

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

 a { background-color: rgb(248,228,129); }

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

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

 span { border-color: rgb(248,228,129); }

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