#F5E484

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

Shades of Buff #F5E484

Tints of Buff #F5E484

Color information

#F5E484 (or 0xF5E484) is unknown color: approx Buff. HEX triplet: F5, E4 and 84. RGB value is (245,228,132). Sum of RGB (Red+Green+Blue) = 245+228+132=605 (80% of max value = 765). Red value is 245 (96.09% from 255 or 40.50% from 605); Green value is 228 (89.45% from 255 or 37.69% from 605); Blue value is 132 (51.95% from 255 or 21.82% from 605); Max value from RGB is 245 - color contains mainly: red. Hex color #F5E484 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #F5E484 is #0A1B7B. Grayscale: #DEDEDE. Windows color (decimal): -662396 or 8709365. OLE color: 8709365.

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

Color convert

RGB245228132-
CMYK00.070.460.04
HSL50.97º84.96%73.92%-
HSV(B)50.97º46.12%96.08%-
XYZ69.5676.5732.94-
YUV222.1477.13144.31-

RGB Variations

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

RGB

RED value IS 245 (96.09% from 255) = 40.50%
GREEN value IS 228 (89.45% from 255) = 37.69%
BLUE value IS 132 (51.95% from 255) = 21.82%
R=40.50%
G=37.69%
B=21.82%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.07
Y (Yellow) values IS 0.46
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal24522813200.070.460.0450.9784.9673.92
HexF5E484072E433554a
Octal3653442040756463125112
Binary111101011110010010000100011110111010011001110101011001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F5E484

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F5E484; }

 p { color: rgb(245,228,132); }

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

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

 a { background-color: rgb(245,228,132); }

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

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

 span { border-color: rgb(245,228,132); }

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