#F5E082

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

Shades of Buff #F5E082

Tints of Buff #F5E082

Color information

#F5E082 (or 0xF5E082) is unknown color: approx Buff. HEX triplet: F5, E0 and 82. RGB value is (245,224,130). Sum of RGB (Red+Green+Blue) = 245+224+130=599 (79% of max value = 765). Red value is 245 (96.09% from 255 or 40.90% from 599); Green value is 224 (87.89% from 255 or 37.40% from 599); Blue value is 130 (51.17% from 255 or 21.70% from 599); Max value from RGB is 245 - color contains mainly: red. Hex color #F5E082 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #F5E082 is #0A1F7D. Grayscale: #DBDBDB. Windows color (decimal): -663422 or 8577269. OLE color: 8577269.

HSL color Cylindrical-coordinate representation of color #F5E082: hue angle of 49.04º degrees, saturation: 0.85, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #F5E082 is Cyan = 0, Magento = 0.09, Yellow = 0.47 and Black (K on CMYK) = 0.04.

Color convert

RGB245224130-
CMYK00.090.470.04
HSL49.04º85.19%73.53%-
HSV(B)49.04º46.94%96.08%-
XYZ68.3474.3431.87-
YUV219.5677.46146.14-

RGB Variations

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

RGB

RED value IS 245 (96.09% from 255) = 40.90%
GREEN value IS 224 (87.89% from 255) = 37.40%
BLUE value IS 130 (51.17% from 255) = 21.70%
R=40.90%
G=37.40%
B=21.70%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.09
Y (Yellow) values IS 0.47
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal24522413000.090.470.0449.0485.1973.53
HexF5E082092F431554a
Octal36534020201157461125112
Binary1111010111100000100000100100110111110011000110101011001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F5E082

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F5E082; }

 p { color: rgb(245,224,130); }

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

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

 a { background-color: rgb(245,224,130); }

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

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

 span { border-color: rgb(245,224,130); }

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