#F8E281

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

Shades of Buff #F8E281

Tints of Buff #F8E281

Color information

#F8E281 (or 0xF8E281) is unknown color: approx Buff. HEX triplet: F8, E2 and 81. RGB value is (248,226,129). Sum of RGB (Red+Green+Blue) = 248+226+129=603 (79% of max value = 765). Red value is 248 (97.27% from 255 or 41.13% from 603); Green value is 226 (88.67% from 255 or 37.48% from 603); Blue value is 129 (50.78% from 255 or 21.39% from 603); Max value from RGB is 248 - color contains mainly: red. Hex color #F8E281 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #F8E281 is #071D7E. Grayscale: #DDDDDD. Windows color (decimal): -466303 or 8512248. OLE color: 8512248.

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

Color convert

RGB248226129-
CMYK00.090.480.03
HSL48.91º89.47%73.92%-
HSV(B)48.91º47.98%97.25%-
XYZ69.8775.9331.74-
YUV221.5275.79146.89-

RGB Variations

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

RGB

RED value IS 248 (97.27% from 255) = 41.13%
GREEN value IS 226 (88.67% from 255) = 37.48%
BLUE value IS 129 (50.78% from 255) = 21.39%
R=41.13%
G=37.48%
B=21.39%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.09
Y (Yellow) values IS 0.48
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal24822612900.090.480.0348.9189.4773.92
HexF8E2810930331594a
Octal37034220101160361131112
Binary111110001110001010000001010011100001111000110110011001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F8E281

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F8E281; }

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

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

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

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

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

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

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

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