Html Css Color HEX #F5F4AA Shalimar

📋 copy color: '#F5F4AA'

red 245 ◦ green 244 ◦ blue 170

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

Shades of Shalimar #F5F4AA

Tints of Shalimar #F5F4AA

RGB

 RED value IS 245 (96.09% from 255) = 37.18%

 GREEN value IS 244 (95.7% from 255) = 37.03%

 BLUE value IS 170 (66.8% from 255) = 25.8%

R = 37.18%
G = 37.03%
B = 25.8%

CMYK

 C value IS 0

 M value IS 0.00

 Y value IS 0.31

 K value IS 0.04

RGB Variations

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

Color information

#F5F4AA (or 0xF5F4AA) is known color: Shalimar. HEX triplet: F5, F4 and AA. RGB value is (245,244,170). Sum of RGB (Red+Green+Blue) = 245+244+170=659 (87% of max value = 765). Red value is 245 (96.09% from 255 or 37.18% from 659); Green value is 244 (95.70% from 255 or 37.03% from 659); Blue value is 170 (66.80% from 255 or 25.80% from 659); Max value from RGB is 245 - color contains mainly: red. Hex color #F5F4AA is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #F5F4AA is #0A0B55. Grayscale: #ECECEC. Windows color (decimal): -658262 or 11203829. OLE color: 11203829.

HSL color Cylindrical-coordinate representation of color #F5F4AA: hue angle of 59.2º degrees, saturation: 0.79, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #F5F4AA is Cyan = 0, Magento = 0.00, Yellow = 0.31 and Black (K on CMYK) = 0.04.

Color convert

RGB 245 244 170 -
CMYK 0 0.00 0.31 0.04
HSL 59.2º 0.79% 0.81% -
HSV(B) 59.2º 0.31% 0.96% -
XYZ 77.26 87.02 50.75 -
YUV 235.86 90.83 134.52 -
System Red Green Blue C M Y K H S L
Decimal 245 244 170 0 0.00 0.31 0.04 59.2 0.79 0.81
Hex F5 F4 AA 0 0 1F 4 3B 4F 51
Octal 365 364 252 0 0 37 4 73 117 121
Binary 11110101 11110100 10101010 0 0 11111 100 111011 1001111 1010001

Color Harmonies of #F5F4AA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F5F4AA

Black with #F5F4AA

Text Example


Text Example

White with #F5F4AA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F5F4AA; }

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

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

background-color css

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

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

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

border-color css

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

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

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