Html Css Color HEX #F9F0AE Shalimar

📋 copy color: '#F9F0AE'

red 249 ◦ green 240 ◦ blue 174

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

Shades of Shalimar #F9F0AE

Tints of Shalimar #F9F0AE

RGB

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

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

 BLUE value IS 174 (68.36% from 255) = 26.24%

R = 37.56%
G = 36.2%
B = 26.24%

CMYK

 C value IS 0

 M value IS 0.04

 Y value IS 0.30

 K value IS 0.02

RGB Variations

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

Color information

#F9F0AE (or 0xF9F0AE) is known color: Shalimar. HEX triplet: F9, F0 and AE. RGB value is (249,240,174). Sum of RGB (Red+Green+Blue) = 249+240+174=663 (87% of max value = 765). Red value is 249 (97.66% from 255 or 37.56% from 663); Green value is 240 (94.14% from 255 or 36.20% from 663); Blue value is 174 (68.36% from 255 or 26.24% from 663); Max value from RGB is 249 - color contains mainly: red. Hex color #F9F0AE is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #F9F0AE is #060F51. Grayscale: #EBEBEB. Windows color (decimal): -397138 or 11464953. OLE color: 11464953.

HSL color Cylindrical-coordinate representation of color #F9F0AE: hue angle of 52.8º degrees, saturation: 0.86, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #F9F0AE is Cyan = 0, Magento = 0.04, Yellow = 0.30 and Black (K on CMYK) = 0.02.

Color convert

RGB 249 240 174 -
CMYK 0 0.04 0.30 0.02
HSL 52.8º 0.86% 0.83% -
HSV(B) 52.8º 0.3% 0.98% -
XYZ 77.87 85.52 52.45 -
YUV 235.17 93.48 137.87 -
System Red Green Blue C M Y K H S L
Decimal 249 240 174 0 0.04 0.30 0.02 52.8 0.86 0.83
Hex F9 F0 AE 0 4 1E 2 35 56 53
Octal 371 360 256 0 4 36 2 65 126 123
Binary 11111001 11110000 10101110 0 100 11110 10 110101 1010110 1010011

Color Harmonies of #F9F0AE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F9F0AE

Black with #F9F0AE

Text Example


Text Example

White with #F9F0AE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F9F0AE; }

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

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

background-color css

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

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

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

border-color css

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

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

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