Html Css Color HEX #F7F5A5 Shalimar

📋 copy color: '#F7F5A5'

red 247 ◦ green 245 ◦ blue 165

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

Shades of Shalimar #F7F5A5

Tints of Shalimar #F7F5A5

RGB

 RED value IS 247 (96.88% from 255) = 37.6%

 GREEN value IS 245 (96.09% from 255) = 37.29%

 BLUE value IS 165 (64.84% from 255) = 25.11%

R = 37.6%
G = 37.29%
B = 25.11%

CMYK

 C value IS 0

 M value IS 0.01

 Y value IS 0.33

 K value IS 0.03

RGB Variations

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

Color information

#F7F5A5 (or 0xF7F5A5) is known color: Shalimar. HEX triplet: F7, F5 and A5. RGB value is (247,245,165). Sum of RGB (Red+Green+Blue) = 247+245+165=657 (87% of max value = 765). Red value is 247 (96.88% from 255 or 37.60% from 657); Green value is 245 (96.09% from 255 or 37.29% from 657); Blue value is 165 (64.84% from 255 or 25.11% from 657); Max value from RGB is 247 - color contains mainly: red. Hex color #F7F5A5 is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #F7F5A5 is #080A5A. Grayscale: #ECECEC. Windows color (decimal): -526939 or 10876407. OLE color: 10876407.

HSL color Cylindrical-coordinate representation of color #F7F5A5: hue angle of 58.54º degrees, saturation: 0.84, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #F7F5A5 is Cyan = 0, Magento = 0.01, Yellow = 0.33 and Black (K on CMYK) = 0.03.

Color convert

RGB 247 245 165 -
CMYK 0 0.01 0.33 0.03
HSL 58.54º 0.84% 0.81% -
HSV(B) 58.54º 0.33% 0.97% -
XYZ 77.8 87.8 48.44 -
YUV 236.48 87.66 135.5 -
System Red Green Blue C M Y K H S L
Decimal 247 245 165 0 0.01 0.33 0.03 58.54 0.84 0.81
Hex F7 F5 A5 0 1 21 3 3B 54 51
Octal 367 365 245 0 1 41 3 73 124 121
Binary 11110111 11110101 10100101 0 1 100001 11 111011 1010100 1010001

Color Harmonies of #F7F5A5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F7F5A5

Black with #F7F5A5

Text Example


Text Example

White with #F7F5A5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F7F5A5; }

 p { color: rgb(247,245,165); }

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

background-color css

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

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

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

border-color css

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

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

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