#F8E381

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

Shades of Buff #F8E381

Tints of Buff #F8E381

Color information

#F8E381 (or 0xF8E381) is unknown color: approx Buff. HEX triplet: F8, E3 and 81. RGB value is (248,227,129). Sum of RGB (Red+Green+Blue) = 248+227+129=604 (80% of max value = 765). Red value is 248 (97.27% from 255 or 41.06% from 604); Green value is 227 (89.06% from 255 or 37.58% from 604); Blue value is 129 (50.78% from 255 or 21.36% from 604); Max value from RGB is 248 - color contains mainly: red. Hex color #F8E381 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #F8E381 is #071C7E. Grayscale: #DEDEDE. Windows color (decimal): -466047 or 8512504. OLE color: 8512504.

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

Color convert

RGB248227129-
CMYK00.080.480.03
HSL49.41º89.47%73.92%-
HSV(B)49.41º47.98%97.25%-
XYZ70.1476.4831.83-
YUV222.1175.46146.47-

RGB Variations

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

RGB

RED value IS 248 (97.27% from 255) = 41.06%
GREEN value IS 227 (89.06% from 255) = 37.58%
BLUE value IS 129 (50.78% from 255) = 21.36%
R=41.06%
G=37.58%
B=21.36%

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
Decimal24822712900.080.480.0349.4189.4773.92
HexF8E3810830331594a
Octal37034320101060361131112
Binary111110001110001110000001010001100001111000110110011001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F8E381

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F8E381; }

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

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

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

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

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

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

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

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