#F5F5AF

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

Shades of Shalimar #F5F5AF

Tints of Shalimar #F5F5AF

Color information

#F5F5AF (or 0xF5F5AF) is unknown color: approx Shalimar. HEX triplet: F5, F5 and AF. RGB value is (245,245,175). Sum of RGB (Red+Green+Blue) = 245+245+175=665 (88% of max value = 765). Red value is 245 (96.09% from 255 or 36.84% from 665); Green value is 245 (96.09% from 255 or 36.84% from 665); Blue value is 175 (68.75% from 255 or 26.32% from 665); Max value from RGB is 245 - color contains mainly: red, green. Hex color #F5F5AF is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #F5F5AF is #0A0A50. Grayscale: #EDEDED. Windows color (decimal): -658001 or 11531765. OLE color: 11531765.

HSL color Cylindrical-coordinate representation of color #F5F5AF: hue angle of 60º degrees, saturation: 0.78, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #F5F5AF is Cyan = 0, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.04.

Color convert

RGB245245175-
CMYK000.290.04
HSL60º77.78%82.35%-
HSV(B)60º28.57%96.08%-
XYZ78.0587.8153.39-
YUV237.0293133.69-

RGB Variations

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

RGB

RED value IS 245 (96.09% from 255) = 36.84%
GREEN value IS 245 (96.09% from 255) = 36.84%
BLUE value IS 175 (68.75% from 255) = 26.32%
R=36.84%
G=36.84%
B=26.32%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0
Y (Yellow) values IS 0.29
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal245245175000.290.046077.7882.35
HexF5F5AF001D43c4e52
Octal3653652570035474116122
Binary111101011111010110101111001110110011110010011101010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F5F5AF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F5F5AF; }

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

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

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

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

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

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

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

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