#F8E288

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

Shades of Buff #F8E288

Tints of Buff #F8E288

Color information

#F8E288 (or 0xF8E288) is unknown color: approx Buff. HEX triplet: F8, E2 and 88. RGB value is (248,226,136). Sum of RGB (Red+Green+Blue) = 248+226+136=610 (80% of max value = 765). Red value is 248 (97.27% from 255 or 40.66% from 610); Green value is 226 (88.67% from 255 or 37.05% from 610); Blue value is 136 (53.52% from 255 or 22.30% from 610); Max value from RGB is 248 - color contains mainly: red. Hex color #F8E288 is not a web safe color. Web safe color analog (approx): #FFCC99. Inversed color of #F8E288 is #071D77. Grayscale: #DEDEDE. Windows color (decimal): -466296 or 8971000. OLE color: 8971000.

HSL color Cylindrical-coordinate representation of color #F8E288: hue angle of 48.21º degrees, saturation: 0.89, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #F8E288 is Cyan = 0, Magento = 0.09, Yellow = 0.45 and Black (K on CMYK) = 0.03.

Color convert

RGB248226136-
CMYK00.090.450.03
HSL48.21º88.89%75.29%-
HSV(B)48.21º45.16%97.25%-
XYZ70.3576.1334.28-
YUV222.3279.29146.32-

RGB Variations

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

RGB

RED value IS 248 (97.27% from 255) = 40.66%
GREEN value IS 226 (88.67% from 255) = 37.05%
BLUE value IS 136 (53.52% from 255) = 22.30%
R=40.66%
G=37.05%
B=22.30%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.09
Y (Yellow) values IS 0.45
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal24822613600.090.450.0348.2188.8975.29
HexF8E288092D330594b
Octal37034221001155360131113
Binary111110001110001010001000010011011011111000010110011001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F8E288

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F8E288; }

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

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

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

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

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

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

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

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