Html Css Color HEX #F9F0AC Shalimar

📋 copy color: '#F9F0AC'

red 249 ◦ green 240 ◦ blue 172

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

Shades of Shalimar #F9F0AC

Tints of Shalimar #F9F0AC

RGB

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

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

 BLUE value IS 172 (67.58% from 255) = 26.02%

R = 37.67%
G = 36.31%
B = 26.02%

CMYK

 C value IS 0

 M value IS 0.04

 Y value IS 0.31

 K value IS 0.02

RGB Variations

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

Color information

#F9F0AC (or 0xF9F0AC) is known color: Shalimar. HEX triplet: F9, F0 and AC. RGB value is (249,240,172). Sum of RGB (Red+Green+Blue) = 249+240+172=661 (87% of max value = 765). Red value is 249 (97.66% from 255 or 37.67% from 661); Green value is 240 (94.14% from 255 or 36.31% from 661); Blue value is 172 (67.58% from 255 or 26.02% from 661); Max value from RGB is 249 - color contains mainly: red. Hex color #F9F0AC is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #F9F0AC is #060F53. Grayscale: #EBEBEB. Windows color (decimal): -397140 or 11333881. OLE color: 11333881.

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

Color convert

RGB 249 240 172 -
CMYK 0 0.04 0.31 0.02
HSL 52.99º 0.87% 0.83% -
HSV(B) 52.99º 0.31% 0.98% -
XYZ 77.67 85.44 51.43 -
YUV 234.94 92.48 138.03 -
System Red Green Blue C M Y K H S L
Decimal 249 240 172 0 0.04 0.31 0.02 52.99 0.87 0.83
Hex F9 F0 AC 0 4 1F 2 35 57 53
Octal 371 360 254 0 4 37 2 65 127 123
Binary 11111001 11110000 10101100 0 100 11111 10 110101 1010111 1010011

Color Harmonies of #F9F0AC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F9F0AC

Black with #F9F0AC

Text Example


Text Example

White with #F9F0AC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F9F0AC; }

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

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

background-color css

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

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

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

border-color css

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

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

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