Html Css Color HEX #F7F3A4 Shalimar

📋 copy color: '#F7F3A4'

red 247 ◦ green 243 ◦ blue 164

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

Shades of Shalimar #F7F3A4

Tints of Shalimar #F7F3A4

RGB

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

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

 BLUE value IS 164 (64.45% from 255) = 25.08%

R = 37.77%
G = 37.16%
B = 25.08%

CMYK

 C value IS 0

 M value IS 0.02

 Y value IS 0.34

 K value IS 0.03

RGB Variations

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

Color information

#F7F3A4 (or 0xF7F3A4) is known color: Shalimar. HEX triplet: F7, F3 and A4. RGB value is (247,243,164). Sum of RGB (Red+Green+Blue) = 247+243+164=654 (86% of max value = 765). Red value is 247 (96.88% from 255 or 37.77% from 654); Green value is 243 (95.31% from 255 or 37.16% from 654); Blue value is 164 (64.45% from 255 or 25.08% from 654); Max value from RGB is 247 - color contains mainly: red. Hex color #F7F3A4 is not a web safe color. Web safe color analog (approx): #FFFF99. Inversed color of #F7F3A4 is #080C5B. Grayscale: #EBEBEB. Windows color (decimal): -527452 or 10810359. OLE color: 10810359.

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

Color convert

RGB 247 243 164 -
CMYK 0 0.02 0.34 0.03
HSL 57.11º 0.84% 0.81% -
HSV(B) 57.11º 0.34% 0.97% -
XYZ 77.11 86.56 47.76 -
YUV 235.19 87.83 136.42 -
System Red Green Blue C M Y K H S L
Decimal 247 243 164 0 0.02 0.34 0.03 57.11 0.84 0.81
Hex F7 F3 A4 0 2 22 3 39 54 51
Octal 367 363 244 0 2 42 3 71 124 121
Binary 11110111 11110011 10100100 0 10 100010 11 111001 1010100 1010001

Color Harmonies of #F7F3A4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F7F3A4

Black with #F7F3A4

Text Example


Text Example

White with #F7F3A4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F7F3A4; }

 p { color: rgb(247,243,164); }

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

background-color css

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

 a { background-color: rgb(247,243,164); }

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

border-color css

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

 span { border-color: rgb(247,243,164); }

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