Html Css Color HEX #F9F0AA Shalimar

📋 copy color: '#F9F0AA'

red 249 ◦ green 240 ◦ blue 170

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

Shades of Shalimar #F9F0AA

Tints of Shalimar #F9F0AA

RGB

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

 GREEN value IS 240 (94.14% from 255) = 36.42%

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

R = 37.78%
G = 36.42%
B = 25.8%

CMYK

 C value IS 0

 M value IS 0.04

 Y value IS 0.32

 K value IS 0.02

RGB Variations

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

Color information

#F9F0AA (or 0xF9F0AA) is known color: Shalimar. HEX triplet: F9, F0 and AA. RGB value is (249,240,170). Sum of RGB (Red+Green+Blue) = 249+240+170=659 (87% of max value = 765). Red value is 249 (97.66% from 255 or 37.78% from 659); Green value is 240 (94.14% from 255 or 36.42% from 659); Blue value is 170 (66.80% from 255 or 25.80% from 659); Max value from RGB is 249 - color contains mainly: red. Hex color #F9F0AA is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #F9F0AA is #060F55. Grayscale: #EBEBEB. Windows color (decimal): -397142 or 11202809. OLE color: 11202809.

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

Color convert

RGB 249 240 170 -
CMYK 0 0.04 0.32 0.02
HSL 53.16º 0.87% 0.82% -
HSV(B) 53.16º 0.32% 0.98% -
XYZ 77.48 85.36 50.42 -
YUV 234.71 91.48 138.19 -
System Red Green Blue C M Y K H S L
Decimal 249 240 170 0 0.04 0.32 0.02 53.16 0.87 0.82
Hex F9 F0 AA 0 4 20 2 35 57 52
Octal 371 360 252 0 4 40 2 65 127 122
Binary 11111001 11110000 10101010 0 100 100000 10 110101 1010111 1010010

Color Harmonies of #F9F0AA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F9F0AA

Black with #F9F0AA

Text Example


Text Example

White with #F9F0AA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F9F0AA; }

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

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

background-color css

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

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

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

border-color css

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

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

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