Html Css Color HEX #F5A56D Hit Pink

📋 copy color: '#F5A56D'

red 245 ◦ green 165 ◦ blue 109

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

Shades of Hit Pink #F5A56D

Tints of Hit Pink #F5A56D

RGB

 RED value IS 245 (96.09% from 255) = 47.21%

 GREEN value IS 165 (64.84% from 255) = 31.79%

 BLUE value IS 109 (42.97% from 255) = 21%

R = 47.21%
G = 31.79%
B = 21%

CMYK

 C value IS 0

 M value IS 0.33

 Y value IS 0.56

 K value IS 0.04

RGB Variations

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

Color information

#F5A56D (or 0xF5A56D) is known color: Hit Pink. HEX triplet: F5, A5 and 6D. RGB value is (245,165,109). Sum of RGB (Red+Green+Blue) = 245+165+109=519 (68% of max value = 765). Red value is 245 (96.09% from 255 or 47.21% from 519); Green value is 165 (64.84% from 255 or 31.79% from 519); Blue value is 109 (42.97% from 255 or 21.00% from 519); Max value from RGB is 245 - color contains mainly: red. Hex color #F5A56D is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #F5A56D is #0A5A92. Grayscale: #B6B6B6. Windows color (decimal): -678547 or 7185909. OLE color: 7185909.

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

Color convert

RGB 245 165 109 -
CMYK 0 0.33 0.56 0.04
HSL 24.71º 0.87% 0.69% -
HSV(B) 24.71º 0.56% 0.96% -
XYZ 53.87 47.43 20.78 -
YUV 182.54 86.5 172.55 -
System Red Green Blue C M Y K H S L
Decimal 245 165 109 0 0.33 0.56 0.04 24.71 0.87 0.69
Hex F5 A5 6D 0 21 38 4 19 57 45
Octal 365 245 155 0 41 70 4 31 127 105
Binary 11110101 10100101 1101101 0 100001 111000 100 11001 1010111 1000101

Color Harmonies of #F5A56D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F5A56D

Black with #F5A56D

Text Example


Text Example

White with #F5A56D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F5A56D; }

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

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

background-color css

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

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

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

border-color css

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

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

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