#F5A36B

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

Shades of Hit Pink #F5A36B

Tints of Hit Pink #F5A36B

Color information

#F5A36B (or 0xF5A36B) is unknown color: approx Hit Pink. HEX triplet: F5, A3 and 6B. RGB value is (245,163,107). Sum of RGB (Red+Green+Blue) = 245+163+107=515 (68% of max value = 765). Red value is 245 (96.09% from 255 or 47.57% from 515); Green value is 163 (64.06% from 255 or 31.65% from 515); Blue value is 107 (42.19% from 255 or 20.78% from 515); Max value from RGB is 245 - color contains mainly: red. Hex color #F5A36B is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #F5A36B is #0A5C94. Grayscale: #B5B5B5. Windows color (decimal): -679061 or 7054325. OLE color: 7054325.

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

Color convert

RGB245163107-
CMYK00.330.560.04
HSL24.35º87.34%69.02%-
HSV(B)24.35º56.33%96.08%-
XYZ53.4146.6720.1-
YUV181.1386.17173.55-

RGB Variations

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

RGB

RED value IS 245 (96.09% from 255) = 47.57%
GREEN value IS 163 (64.06% from 255) = 31.65%
BLUE value IS 107 (42.19% from 255) = 20.78%
R=47.57%
G=31.65%
B=20.78%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.33
Y (Yellow) values IS 0.56
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal24516310700.330.560.0424.3587.3469.02
HexF5A36B021384185745
Octal36524315304170430127105
Binary1111010110100011110101101000011110001001100010101111000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #F5A36B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #F5A36B; }

 p { color: rgb(245,163,107); }

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

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

 a { background-color: rgb(245,163,107); }

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

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

 span { border-color: rgb(245,163,107); }

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