#FFA973

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

Shades of Hit Pink #FFA973

Tints of Hit Pink #FFA973

Color information

#FFA973 (or 0xFFA973) is unknown color: approx Hit Pink. HEX triplet: FF, A9 and 73. RGB value is (255,169,115). Sum of RGB (Red+Green+Blue) = 255+169+115=539 (71% of max value = 765). Red value is 255 (100% from 255 or 47.31% from 539); Green value is 169 (66.41% from 255 or 31.35% from 539); Blue value is 115 (45.31% from 255 or 21.34% from 539); Max value from RGB is 255 - color contains mainly: red. Hex color #FFA973 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #FFA973 is #00568C. Grayscale: #BCBCBC. Windows color (decimal): -22157 or 7580159. OLE color: 7580159.

HSL color Cylindrical-coordinate representation of color #FFA973: hue angle of 23.14º degrees, saturation: 1, lightness: 0.73%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #FFA973 is Cyan = 0, Magento = 0.34, Yellow = 0.55 and Black (K on CMYK) = 0.

Color convert

RGB255169115-
CMYK00.340.550
HSL23.14º100%72.55%-
HSV(B)23.14º54.9%100%-
XYZ58.5250.8722.95-
YUV188.5686.49175.39-

RGB Variations

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

RGB

RED value IS 255 (100% from 255) = 47.31%
GREEN value IS 169 (66.41% from 255) = 31.35%
BLUE value IS 115 (45.31% from 255) = 21.34%
R=47.31%
G=31.35%
B=21.34%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.34
Y (Yellow) values IS 0.55
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal25516911500.340.55023.1410072.55
HexFFA973022370176449
Octal37725116304267027144111
Binary11111111101010011110011010001011011101011111001001001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FFA973

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FFA973; }

 p { color: rgb(255,169,115); }

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

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

 a { background-color: rgb(255,169,115); }

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

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

 span { border-color: rgb(255,169,115); }

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