Html Css Color HEX #FFA565 Hit Pink

📋 copy color: '#FFA565'

red 255 ◦ green 165 ◦ blue 101

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

Shades of Hit Pink #FFA565

Tints of Hit Pink #FFA565

RGB

 RED value IS 255 (100% from 255) = 48.94%

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

 BLUE value IS 101 (39.84% from 255) = 19.39%

R = 48.94%
G = 31.67%
B = 19.39%

CMYK

 C value IS 0

 M value IS 0.35

 Y value IS 0.60

 K value IS 0

RGB Variations

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

Color information

#FFA565 (or 0xFFA565) is known color: Hit Pink. HEX triplet: FF, A5 and 65. RGB value is (255,165,101). Sum of RGB (Red+Green+Blue) = 255+165+101=521 (69% of max value = 765). Red value is 255 (100% from 255 or 48.94% from 521); Green value is 165 (64.84% from 255 or 31.67% from 521); Blue value is 101 (39.84% from 255 or 19.39% from 521); Max value from RGB is 255 - color contains mainly: red. Hex color #FFA565 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #FFA565 is #005A9A. Grayscale: #B8B8B8. Windows color (decimal): -23195 or 6661631. OLE color: 6661631.

HSL color Cylindrical-coordinate representation of color #FFA565: hue angle of 24.94º degrees, saturation: 1, lightness: 0.7%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #FFA565 is Cyan = 0, Magento = 0.35, Yellow = 0.60 and Black (K on CMYK) = 0.

Color convert

RGB 255 165 101 -
CMYK 0 0.35 0.60 0
HSL 24.94º 1% 0.7% -
HSV(B) 24.94º 0.6% 1% -
XYZ 57.04 49.11 18.78 -
YUV 184.61 80.82 178.2 -
System Red Green Blue C M Y K H S L
Decimal 255 165 101 0 0.35 0.60 0 24.94 1 0.7
Hex FF A5 65 0 23 3C 0 19 64 46
Octal 377 245 145 0 43 74 0 31 144 106
Binary 11111111 10100101 1100101 0 100011 111100 0 11001 1100100 1000110

Color Harmonies of #FFA565

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FFA565

Black with #FFA565

Text Example


Text Example

White with #FFA565

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FFA565; }

 p { color: rgb(255,165,101); }

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

background-color css

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

 a { background-color: rgb(255,165,101); }

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

border-color css

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

 span { border-color: rgb(255,165,101); }

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