Html Css Color HEX #FFA465 Hit Pink

📋 copy color: '#FFA465'

red 255 ◦ green 164 ◦ blue 101

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

Shades of Hit Pink #FFA465

Tints of Hit Pink #FFA465

RGB

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

 GREEN value IS 164 (64.45% from 255) = 31.54%

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

R = 49.04%
G = 31.54%
B = 19.42%

CMYK

 C value IS 0

 M value IS 0.36

 Y value IS 0.60

 K value IS 0

RGB Variations

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

Color information

#FFA465 (or 0xFFA465) is known color: Hit Pink. HEX triplet: FF, A4 and 65. RGB value is (255,164,101). Sum of RGB (Red+Green+Blue) = 255+164+101=520 (68% of max value = 765). Red value is 255 (100% from 255 or 49.04% from 520); Green value is 164 (64.45% from 255 or 31.54% from 520); Blue value is 101 (39.84% from 255 or 19.42% from 520); Max value from RGB is 255 - color contains mainly: red. Hex color #FFA465 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #FFA465 is #005B9A. Grayscale: #B8B8B8. Windows color (decimal): -23451 or 6661375. OLE color: 6661375.

HSL color Cylindrical-coordinate representation of color #FFA465: hue angle of 24.55º 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 #FFA465 is Cyan = 0, Magento = 0.36, Yellow = 0.60 and Black (K on CMYK) = 0.

Color convert

RGB 255 164 101 -
CMYK 0 0.36 0.60 0
HSL 24.55º 1% 0.7% -
HSV(B) 24.55º 0.6% 1% -
XYZ 56.86 48.75 18.72 -
YUV 184.03 81.15 178.62 -
System Red Green Blue C M Y K H S L
Decimal 255 164 101 0 0.36 0.60 0 24.55 1 0.7
Hex FF A4 65 0 24 3C 0 19 64 46
Octal 377 244 145 0 44 74 0 31 144 106
Binary 11111111 10100100 1100101 0 100100 111100 0 11001 1100100 1000110

Color Harmonies of #FFA465

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FFA465

Black with #FFA465

Text Example


Text Example

White with #FFA465

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FFA465; }

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

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

background-color css

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

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

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

border-color css

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

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

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