Html Css Color HEX #FFA76D Hit Pink

📋 copy color: '#FFA76D'

red 255 ◦ green 167 ◦ blue 109

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

Shades of Hit Pink #FFA76D

Tints of Hit Pink #FFA76D

RGB

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

 GREEN value IS 167 (65.63% from 255) = 31.45%

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

R = 48.02%
G = 31.45%
B = 20.53%

CMYK

 C value IS 0

 M value IS 0.35

 Y value IS 0.57

 K value IS 0

RGB Variations

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

Color information

#FFA76D (or 0xFFA76D) is known color: Hit Pink. HEX triplet: FF, A7 and 6D. RGB value is (255,167,109). Sum of RGB (Red+Green+Blue) = 255+167+109=531 (70% of max value = 765). Red value is 255 (100% from 255 or 48.02% from 531); Green value is 167 (65.62% from 255 or 31.45% from 531); Blue value is 109 (42.97% from 255 or 20.53% from 531); Max value from RGB is 255 - color contains mainly: red. Hex color #FFA76D is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #FFA76D is #005892. Grayscale: #BBBBBB. Windows color (decimal): -22675 or 7186431. OLE color: 7186431.

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

Color convert

RGB 255 167 109 -
CMYK 0 0.35 0.57 0
HSL 23.84º 1% 0.71% -
HSV(B) 23.84º 0.57% 1% -
XYZ 57.82 50 21.07 -
YUV 186.7 84.15 176.72 -
System Red Green Blue C M Y K H S L
Decimal 255 167 109 0 0.35 0.57 0 23.84 1 0.71
Hex FF A7 6D 0 23 39 0 18 64 47
Octal 377 247 155 0 43 71 0 30 144 107
Binary 11111111 10100111 1101101 0 100011 111001 0 11000 1100100 1000111

Color Harmonies of #FFA76D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FFA76D

Black with #FFA76D

Text Example


Text Example

White with #FFA76D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FFA76D; }

 p { color: rgb(255,167,109); }

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

background-color css

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

 a { background-color: rgb(255,167,109); }

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

border-color css

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

 span { border-color: rgb(255,167,109); }

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