#F9F9AF

Color #F9F9AF Shalimar (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Shalimar #F9F9AF

Tints of Shalimar #F9F9AF

Color information

#F9F9AF (or 0xF9F9AF) is unknown color: approx Shalimar. HEX triplet: F9, F9 and AF. RGB value is (249,249,175). Sum of RGB (Red+Green+Blue) = 249+249+175=673 (89% of max value = 765). Red value is 249 (97.66% from 255 or 37.00% from 673); Green value is 249 (97.66% from 255 or 37.00% from 673); Blue value is 175 (68.75% from 255 or 26.00% from 673); Max value from RGB is 249 - color contains mainly: red, green. Hex color #F9F9AF is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #F9F9AF is #060650. Grayscale: #F0F0F0. Windows color (decimal): -394833 or 11532793. OLE color: 11532793.

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

Color convert

RGB249249175-
CMYK000.300.02
HSL60º86.05%83.14%-
HSV(B)60º29.72%97.65%-
XYZ80.6890.9953.87-
YUV240.5691134.02-

RGB Variations

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

RGB

RED value IS 249 (97.66% from 255) = 37.00%
GREEN value IS 249 (97.66% from 255) = 37.00%
BLUE value IS 175 (68.75% from 255) = 26.00%
R=37.00%
G=37.00%
B=26.00%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0
Y (Yellow) values IS 0.30
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal249249175000.300.026086.0583.14
HexF9F9AF001E23c5653
Octal3713712570036274126123
Binary11111001111110011010111100111101011110010101101010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F9F9AF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F9F9AF; }

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

 H1.HeaderClassName
 {
   color: #F9F9AF;
 }
 .AnyTagClassName
 {
   color: #F9F9AF;
 }
</style>
background-color css

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

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

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

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

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

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