#F9F3AA

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

Shades of Shalimar #F9F3AA

Tints of Shalimar #F9F3AA

Color information

#F9F3AA (or 0xF9F3AA) is unknown color: approx Shalimar. HEX triplet: F9, F3 and AA. RGB value is (249,243,170). Sum of RGB (Red+Green+Blue) = 249+243+170=662 (87% of max value = 765). Red value is 249 (97.66% from 255 or 37.61% from 662); Green value is 243 (95.31% from 255 or 36.71% from 662); Blue value is 170 (66.80% from 255 or 25.68% from 662); Max value from RGB is 249 - color contains mainly: red. Hex color #F9F3AA is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #F9F3AA is #060C55. Grayscale: #ECECEC. Windows color (decimal): -396374 or 11203577. OLE color: 11203577.

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

Color convert

RGB249243170-
CMYK00.020.320.02
HSL55.44º86.81%82.16%-
HSV(B)55.44º31.73%97.65%-
XYZ78.3787.1450.72-
YUV236.4790.49136.94-

RGB Variations

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

RGB

RED value IS 249 (97.66% from 255) = 37.61%
GREEN value IS 243 (95.31% from 255) = 36.71%
BLUE value IS 170 (66.80% from 255) = 25.68%
R=37.61%
G=36.71%
B=25.68%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.02
Y (Yellow) values IS 0.32
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal24924317000.020.320.0255.4486.8182.16
HexF9F3AA02202375752
Octal3713632520240267127122
Binary1111100111110011101010100101000001011011110101111010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F9F3AA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F9F3AA; }

 p { color: rgb(249,243,170); }

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

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

 a { background-color: rgb(249,243,170); }

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

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

 span { border-color: rgb(249,243,170); }

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