#F5E381

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

Shades of Buff #F5E381

Tints of Buff #F5E381

Color information

#F5E381 (or 0xF5E381) is unknown color: approx Buff. HEX triplet: F5, E3 and 81. RGB value is (245,227,129). Sum of RGB (Red+Green+Blue) = 245+227+129=601 (79% of max value = 765). Red value is 245 (96.09% from 255 or 40.77% from 601); Green value is 227 (89.06% from 255 or 37.77% from 601); Blue value is 129 (50.78% from 255 or 21.46% from 601); Max value from RGB is 245 - color contains mainly: red. Hex color #F5E381 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #F5E381 is #0A1C7E. Grayscale: #DDDDDD. Windows color (decimal): -662655 or 8512501. OLE color: 8512501.

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

Color convert

RGB245227129-
CMYK00.070.470.04
HSL50.69º85.29%73.33%-
HSV(B)50.69º47.35%96.08%-
XYZ69.0975.9431.78-
YUV221.2175.96144.97-

RGB Variations

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

RGB

RED value IS 245 (96.09% from 255) = 40.77%
GREEN value IS 227 (89.06% from 255) = 37.77%
BLUE value IS 129 (50.78% from 255) = 21.46%
R=40.77%
G=37.77%
B=21.46%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.07
Y (Yellow) values IS 0.47
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal24522712900.070.470.0450.6985.2973.33
HexF5E381072F4335549
Octal3653432010757463125111
Binary111101011110001110000001011110111110011001110101011001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F5E381

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F5E381; }

 p { color: rgb(245,227,129); }

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

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

 a { background-color: rgb(245,227,129); }

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

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

 span { border-color: rgb(245,227,129); }

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