#F8E482

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

Shades of Buff #F8E482

Tints of Buff #F8E482

Color information

#F8E482 (or 0xF8E482) is unknown color: approx Buff. HEX triplet: F8, E4 and 82. RGB value is (248,228,130). Sum of RGB (Red+Green+Blue) = 248+228+130=606 (80% of max value = 765). Red value is 248 (97.27% from 255 or 40.92% from 606); Green value is 228 (89.45% from 255 or 37.62% from 606); Blue value is 130 (51.17% from 255 or 21.45% from 606); Max value from RGB is 248 - color contains mainly: red. Hex color #F8E482 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #F8E482 is #071B7D. Grayscale: #DFDFDF. Windows color (decimal): -465790 or 8578296. OLE color: 8578296.

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

Color convert

RGB248228130-
CMYK00.080.480.03
HSL49.83º89.39%74.12%-
HSV(B)49.83º47.58%97.25%-
XYZ70.4877.0532.28-
YUV222.8175.63145.97-

RGB Variations

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

RGB

RED value IS 248 (97.27% from 255) = 40.92%
GREEN value IS 228 (89.45% from 255) = 37.62%
BLUE value IS 130 (51.17% from 255) = 21.45%
R=40.92%
G=37.62%
B=21.45%

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
Decimal24822813000.080.480.0349.8389.3974.12
HexF8E4820830332594a
Octal37034420201060362131112
Binary111110001110010010000010010001100001111001010110011001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F8E482

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F8E482; }

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

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

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

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

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

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

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

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