#F7E381

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

Shades of Buff #F7E381

Tints of Buff #F7E381

Color information

#F7E381 (or 0xF7E381) is unknown color: approx Buff. HEX triplet: F7, E3 and 81. RGB value is (247,227,129). Sum of RGB (Red+Green+Blue) = 247+227+129=603 (79% of max value = 765). Red value is 247 (96.88% from 255 or 40.96% from 603); Green value is 227 (89.06% from 255 or 37.65% from 603); Blue value is 129 (50.78% from 255 or 21.39% from 603); Max value from RGB is 247 - color contains mainly: red. Hex color #F7E381 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #F7E381 is #081C7E. Grayscale: #DEDEDE. Windows color (decimal): -531583 or 8512503. OLE color: 8512503.

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

Color convert

RGB247227129-
CMYK00.080.480.03
HSL49.83º88.06%73.73%-
HSV(B)49.83º47.77%96.86%-
XYZ69.7976.331.82-
YUV221.8175.63145.97-

RGB Variations

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

RGB

RED value IS 247 (96.88% from 255) = 40.96%
GREEN value IS 227 (89.06% from 255) = 37.65%
BLUE value IS 129 (50.78% from 255) = 21.39%
R=40.96%
G=37.65%
B=21.39%

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
Decimal24722712900.080.480.0349.8388.0673.73
HexF7E3810830332584a
Octal36734320101060362130112
Binary111101111110001110000001010001100001111001010110001001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F7E381

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F7E381; }

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

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

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

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

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

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

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

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