Html Css Color HEX #F9F9A4 Shalimar

📋 copy color: '#F9F9A4'

red 249 ◦ green 249 ◦ blue 164

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

Shades of Shalimar #F9F9A4

Tints of Shalimar #F9F9A4

RGB

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

 GREEN value IS 249 (97.66% from 255) = 37.61%

 BLUE value IS 164 (64.45% from 255) = 24.77%

R = 37.61%
G = 37.61%
B = 24.77%

CMYK

 C value IS 0

 M value IS 0

 Y value IS 0.34

 K value IS 0.02

RGB Variations

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

Color information

#F9F9A4 (or 0xF9F9A4) is known color: Shalimar. HEX triplet: F9, F9 and A4. RGB value is (249,249,164). Sum of RGB (Red+Green+Blue) = 249+249+164=662 (87% of max value = 765). Red value is 249 (97.66% from 255 or 37.61% from 662); Green value is 249 (97.66% from 255 or 37.61% from 662); Blue value is 164 (64.45% from 255 or 24.77% from 662); Max value from RGB is 249 - color contains mainly: red, green. Hex color #F9F9A4 is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #F9F9A4 is #06065B. Grayscale: #EFEFEF. Windows color (decimal): -394844 or 10811897. OLE color: 10811897.

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

Color convert

RGB 249 249 164 -
CMYK 0 0 0.34 0.02
HSL 60º 0.88% 0.81% -
HSV(B) 60º 0.34% 0.98% -
XYZ 79.64 90.57 48.41 -
YUV 239.31 85.5 134.91 -
System Red Green Blue C M Y K H S L
Decimal 249 249 164 0 0 0.34 0.02 60 0.88 0.81
Hex F9 F9 A4 0 0 22 2 3C 58 51
Octal 371 371 244 0 0 42 2 74 130 121
Binary 11111001 11111001 10100100 0 0 100010 10 111100 1011000 1010001

Color Harmonies of #F9F9A4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F9F9A4

Black with #F9F9A4

Text Example


Text Example

White with #F9F9A4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F9F9A4; }

 p { color: rgb(249,249,164); }

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

background-color css

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

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

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

border-color css

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

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

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