#F5A76C

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

Shades of Hit Pink #F5A76C

Tints of Hit Pink #F5A76C

Color information

#F5A76C (or 0xF5A76C) is unknown color: approx Hit Pink. HEX triplet: F5, A7 and 6C. RGB value is (245,167,108). Sum of RGB (Red+Green+Blue) = 245+167+108=520 (68% of max value = 765). Red value is 245 (96.09% from 255 or 47.12% from 520); Green value is 167 (65.62% from 255 or 32.12% from 520); Blue value is 108 (42.58% from 255 or 20.77% from 520); Max value from RGB is 245 - color contains mainly: red. Hex color #F5A76C is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #F5A76C is #0A5893. Grayscale: #B7B7B7. Windows color (decimal): -678036 or 7120885. OLE color: 7120885.

HSL color Cylindrical-coordinate representation of color #F5A76C: hue angle of 25.84º degrees, saturation: 0.87, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #F5A76C is Cyan = 0, Magento = 0.32, Yellow = 0.56 and Black (K on CMYK) = 0.04.

Color convert

RGB245167108-
CMYK00.320.560.04
HSL25.84º87.26%69.22%-
HSV(B)25.84º55.92%96.08%-
XYZ54.1848.1320.62-
YUV183.685.34171.8-

RGB Variations

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

RGB

RED value IS 245 (96.09% from 255) = 47.12%
GREEN value IS 167 (65.62% from 255) = 32.12%
BLUE value IS 108 (42.58% from 255) = 20.77%
R=47.12%
G=32.12%
B=20.77%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.32
Y (Yellow) values IS 0.56
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal24516710800.320.560.0425.8487.2669.22
HexF5A76C0203841a5745
Octal36524715404070432127105
Binary1111010110100111110110001000001110001001101010101111000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F5A76C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F5A76C; }

 p { color: rgb(245,167,108); }

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

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

 a { background-color: rgb(245,167,108); }

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

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

 span { border-color: rgb(245,167,108); }

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