Html Css Color HEX #F9F5AA Shalimar

📋 copy color: '#F9F5AA'

red 249 ◦ green 245 ◦ blue 170

#F9F5AA
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Shalimar #F9F5AA

Tints of Shalimar #F9F5AA

RGB

 RED value IS 249 (97.66% from 255) = 37.5%

 GREEN value IS 245 (96.09% from 255) = 36.9%

 BLUE value IS 170 (66.8% from 255) = 25.6%

R = 37.5%
G = 36.9%
B = 25.6%

CMYK

 C value IS 0

 M value IS 0.02

 Y value IS 0.32

 K value IS 0.02

RGB Variations

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

Color information

#F9F5AA (or 0xF9F5AA) is known color: Shalimar. HEX triplet: F9, F5 and AA. RGB value is (249,245,170). Sum of RGB (Red+Green+Blue) = 249+245+170=664 (87% of max value = 765). Red value is 249 (97.66% from 255 or 37.5% from 664); Green value is 245 (96.09% from 255 or 36.90% from 664); Blue value is 170 (66.80% from 255 or 25.60% from 664); Max value from RGB is 249 - color contains mainly: red. Hex color #F9F5AA is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #F9F5AA is #060A55. Grayscale: #EDEDED. Windows color (decimal): -395862 or 11204089. OLE color: 11204089.

HSL color Cylindrical-coordinate representation of color #F9F5AA: hue angle of 56.96º 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 #F9F5AA is Cyan = 0, Magento = 0.02, Yellow = 0.32 and Black (K on CMYK) = 0.02.

Color convert

RGB 249 245 170 -
CMYK 0 0.02 0.32 0.02
HSL 56.96º 0.87% 0.82% -
HSV(B) 56.96º 0.32% 0.98% -
XYZ 78.98 88.35 50.92 -
YUV 237.65 89.83 136.1 -
System Red Green Blue C M Y K H S L
Decimal 249 245 170 0 0.02 0.32 0.02 56.96 0.87 0.82
Hex F9 F5 AA 0 2 20 2 39 57 52
Octal 371 365 252 0 2 40 2 71 127 122
Binary 11111001 11110101 10101010 0 10 100000 10 111001 1010111 1010010

Color Harmonies of #F9F5AA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F9F5AA

Black with #F9F5AA

Text Example


Text Example

White with #F9F5AA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F9F5AA; }

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

 H1.HeaderClassName
 {
   color: #F9F5AA;
 }
 .AnyTagClassName
 {
   color: #F9F5AA;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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