#F8E182

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

Shades of Buff #F8E182

Tints of Buff #F8E182

Color information

#F8E182 (or 0xF8E182) is unknown color: approx Buff. HEX triplet: F8, E1 and 82. RGB value is (248,225,130). Sum of RGB (Red+Green+Blue) = 248+225+130=603 (79% of max value = 765). Red value is 248 (97.27% from 255 or 41.13% from 603); Green value is 225 (88.28% from 255 or 37.31% from 603); Blue value is 130 (51.17% from 255 or 21.56% from 603); Max value from RGB is 248 - color contains mainly: red. Hex color #F8E182 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #F8E182 is #071E7D. Grayscale: #DDDDDD. Windows color (decimal): -466558 or 8577528. OLE color: 8577528.

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

Color convert

RGB248225130-
CMYK00.090.480.03
HSL48.31º89.39%74.12%-
HSV(B)48.31º47.58%97.25%-
XYZ69.6775.4232-
YUV221.0576.62147.22-

RGB Variations

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

RGB

RED value IS 248 (97.27% from 255) = 41.13%
GREEN value IS 225 (88.28% from 255) = 37.31%
BLUE value IS 130 (51.17% from 255) = 21.56%
R=41.13%
G=37.31%
B=21.56%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.09
Y (Yellow) values IS 0.48
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal24822513000.090.480.0348.3189.3974.12
HexF8E1820930330594a
Octal37034120201160360131112
Binary111110001110000110000010010011100001111000010110011001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F8E182

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F8E182; }

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

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

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

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

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

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

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

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