Html Css Color HEX #FFA76C Hit Pink

📋 copy color: '#FFA76C'

red 255 ◦ green 167 ◦ blue 108

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

Shades of Hit Pink #FFA76C

Tints of Hit Pink #FFA76C

RGB

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

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

 BLUE value IS 108 (42.58% from 255) = 20.38%

R = 48.11%
G = 31.51%
B = 20.38%

CMYK

 C value IS 0

 M value IS 0.35

 Y value IS 0.58

 K value IS 0

RGB Variations

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

Color information

#FFA76C (or 0xFFA76C) is known color: Hit Pink. HEX triplet: FF, A7 and 6C. RGB value is (255,167,108). Sum of RGB (Red+Green+Blue) = 255+167+108=530 (70% of max value = 765). Red value is 255 (100% from 255 or 48.11% from 530); Green value is 167 (65.62% from 255 or 31.51% from 530); Blue value is 108 (42.58% from 255 or 20.38% from 530); Max value from RGB is 255 - color contains mainly: red. Hex color #FFA76C is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #FFA76C is #005893. Grayscale: #BABABA. Windows color (decimal): -22676 or 7120895. OLE color: 7120895.

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

Color convert

RGB 255 167 108 -
CMYK 0 0.35 0.58 0
HSL 24.08º 1% 0.71% -
HSV(B) 24.08º 0.58% 1% -
XYZ 57.77 49.98 20.79 -
YUV 186.59 83.65 176.8 -
System Red Green Blue C M Y K H S L
Decimal 255 167 108 0 0.35 0.58 0 24.08 1 0.71
Hex FF A7 6C 0 23 3A 0 18 64 47
Octal 377 247 154 0 43 72 0 30 144 107
Binary 11111111 10100111 1101100 0 100011 111010 0 11000 1100100 1000111

Color Harmonies of #FFA76C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FFA76C

Black with #FFA76C

Text Example


Text Example

White with #FFA76C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FFA76C; }

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

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

background-color css

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

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

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

border-color css

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

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

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