Html Css Color HEX #F5F3AA Shalimar

📋 copy color: '#F5F3AA'

red 245 ◦ green 243 ◦ blue 170

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

Shades of Shalimar #F5F3AA

Tints of Shalimar #F5F3AA

RGB

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

 GREEN value IS 243 (95.31% from 255) = 36.93%

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

R = 37.23%
G = 36.93%
B = 25.84%

CMYK

 C value IS 0

 M value IS 0.01

 Y value IS 0.31

 K value IS 0.04

RGB Variations

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

Color information

#F5F3AA (or 0xF5F3AA) is known color: Shalimar. HEX triplet: F5, F3 and AA. RGB value is (245,243,170). Sum of RGB (Red+Green+Blue) = 245+243+170=658 (87% of max value = 765). Red value is 245 (96.09% from 255 or 37.23% from 658); Green value is 243 (95.31% from 255 or 36.93% from 658); Blue value is 170 (66.80% from 255 or 25.84% from 658); Max value from RGB is 245 - color contains mainly: red. Hex color #F5F3AA is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #F5F3AA is #0A0C55. Grayscale: #EBEBEB. Windows color (decimal): -658518 or 11203573. OLE color: 11203573.

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

Color convert

RGB 245 243 170 -
CMYK 0 0.01 0.31 0.04
HSL 58.4º 0.79% 0.81% -
HSV(B) 58.4º 0.31% 0.96% -
XYZ 76.96 86.42 50.65 -
YUV 235.28 91.16 134.94 -
System Red Green Blue C M Y K H S L
Decimal 245 243 170 0 0.01 0.31 0.04 58.4 0.79 0.81
Hex F5 F3 AA 0 1 1F 4 3A 4F 51
Octal 365 363 252 0 1 37 4 72 117 121
Binary 11110101 11110011 10101010 0 1 11111 100 111010 1001111 1010001

Color Harmonies of #F5F3AA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F5F3AA

Black with #F5F3AA

Text Example


Text Example

White with #F5F3AA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F5F3AA; }

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

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

background-color css

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

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

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

border-color css

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

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

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