#F9F4A8

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

Shades of Shalimar #F9F4A8

Tints of Shalimar #F9F4A8

Color information

#F9F4A8 (or 0xF9F4A8) is unknown color: approx Shalimar. HEX triplet: F9, F4 and A8. RGB value is (249,244,168). Sum of RGB (Red+Green+Blue) = 249+244+168=661 (87% of max value = 765). Red value is 249 (97.66% from 255 or 37.67% from 661); Green value is 244 (95.70% from 255 or 36.91% from 661); Blue value is 168 (66.02% from 255 or 25.42% from 661); Max value from RGB is 249 - color contains mainly: red. Hex color #F9F4A8 is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #F9F4A8 is #060B57. Grayscale: #EDEDED. Windows color (decimal): -396120 or 11072761. OLE color: 11072761.

HSL color Cylindrical-coordinate representation of color #F9F4A8: hue angle of 56.3º degrees, saturation: 0.87, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #F9F4A8 is Cyan = 0, Magento = 0.02, Yellow = 0.33 and Black (K on CMYK) = 0.02.

Color convert

RGB249244168-
CMYK00.020.330.02
HSL56.3º87.1%81.76%-
HSV(B)56.3º32.53%97.65%-
XYZ78.4987.6749.83-
YUV236.8389.16136.68-

RGB Variations

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

RGB

RED value IS 249 (97.66% from 255) = 37.67%
GREEN value IS 244 (95.70% from 255) = 36.91%
BLUE value IS 168 (66.02% from 255) = 25.42%
R=37.67%
G=36.91%
B=25.42%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.02
Y (Yellow) values IS 0.33
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal24924416800.020.330.0256.387.181.76
HexF9F4A802212385752
Octal3713642500241270127122
Binary1111100111110100101010000101000011011100010101111010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F9F4A8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F9F4A8; }

 p { color: rgb(249,244,168); }

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

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

 a { background-color: rgb(249,244,168); }

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

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

 span { border-color: rgb(249,244,168); }

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