#F9E0C8

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

Shades of Sazerac #F9E0C8

Tints of Sazerac #F9E0C8

Color information

#F9E0C8 (or 0xF9E0C8) is unknown color: approx Sazerac. HEX triplet: F9, E0 and C8. RGB value is (249,224,200). Sum of RGB (Red+Green+Blue) = 249+224+200=673 (89% of max value = 765). Red value is 249 (97.66% from 255 or 37.00% from 673); Green value is 224 (87.89% from 255 or 33.28% from 673); Blue value is 200 (78.52% from 255 or 29.72% from 673); Max value from RGB is 249 - color contains mainly: red. Hex color #F9E0C8 is not a web safe color. Web safe color analog (approx): #FFCCCC. Inversed color of #F9E0C8 is #061F37. Grayscale: #E4E4E4. Windows color (decimal): -401208 or 13164793. OLE color: 13164793.

HSL color Cylindrical-coordinate representation of color #F9E0C8: hue angle of 29.39º degrees, saturation: 0.8, lightness: 0.88%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #F9E0C8 is Cyan = 0, Magento = 0.10, Yellow = 0.20 and Black (K on CMYK) = 0.02.

Color convert

RGB249224200-
CMYK00.100.200.02
HSL29.39º80.33%88.04%-
HSV(B)29.39º19.68%97.65%-
XYZ76.1577.6265.61-
YUV228.74111.78142.45-

RGB Variations

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

RGB

RED value IS 249 (97.66% from 255) = 37.00%
GREEN value IS 224 (87.89% from 255) = 33.28%
BLUE value IS 200 (78.52% from 255) = 29.72%
R=37.00%
G=33.28%
B=29.72%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.10
Y (Yellow) values IS 0.20
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal24922420000.100.200.0229.3980.3388.04
HexF9E0C80A1421d5058
Octal37134031001224235120130
Binary1111100111100000110010000101010100101110110100001011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F9E0C8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F9E0C8; }

 p { color: rgb(249,224,200); }

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

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

 a { background-color: rgb(249,224,200); }

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

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

 span { border-color: rgb(249,224,200); }

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