#F5F4AD

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

Shades of Shalimar #F5F4AD

Tints of Shalimar #F5F4AD

Color information

#F5F4AD (or 0xF5F4AD) is unknown color: approx Shalimar. HEX triplet: F5, F4 and AD. RGB value is (245,244,173). Sum of RGB (Red+Green+Blue) = 245+244+173=662 (87% of max value = 765). Red value is 245 (96.09% from 255 or 37.01% from 662); Green value is 244 (95.70% from 255 or 36.86% from 662); Blue value is 173 (67.97% from 255 or 26.13% from 662); Max value from RGB is 245 - color contains mainly: red. Hex color #F5F4AD is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #F5F4AD is #0A0B52. Grayscale: #ECECEC. Windows color (decimal): -658259 or 11400437. OLE color: 11400437.

HSL color Cylindrical-coordinate representation of color #F5F4AD: hue angle of 59.17º 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 #F5F4AD is Cyan = 0, Magento = 0.00, Yellow = 0.29 and Black (K on CMYK) = 0.04.

Color convert

RGB245244173-
CMYK00.000.290.04
HSL59.17º78.26%81.96%-
HSV(B)59.17º29.39%96.08%-
XYZ77.5587.1352.27-
YUV236.292.33134.27-

RGB Variations

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

RGB

RED value IS 245 (96.09% from 255) = 37.01%
GREEN value IS 244 (95.70% from 255) = 36.86%
BLUE value IS 173 (67.97% from 255) = 26.13%
R=37.01%
G=36.86%
B=26.13%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.00
Y (Yellow) values IS 0.29
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal24524417300.000.290.0459.1778.2681.96
HexF5F4AD001D43b4e52
Octal3653642550035473116122
Binary111101011111010010101101001110110011101110011101010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F5F4AD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F5F4AD; }

 p { color: rgb(245,244,173); }

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

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

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

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

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

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

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