Html Css Color HEX #FFA66C Hit Pink

📋 copy color: '#FFA66C'

red 255 ◦ green 166 ◦ blue 108

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

Shades of Hit Pink #FFA66C

Tints of Hit Pink #FFA66C

RGB

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

 GREEN value IS 166 (65.23% from 255) = 31.38%

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

R = 48.2%
G = 31.38%
B = 20.42%

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

#FFA66C (or 0xFFA66C) is known color: Hit Pink. HEX triplet: FF, A6 and 6C. RGB value is (255,166,108). Sum of RGB (Red+Green+Blue) = 255+166+108=529 (70% of max value = 765). Red value is 255 (100% from 255 or 48.20% from 529); Green value is 166 (65.23% from 255 or 31.38% from 529); Blue value is 108 (42.58% from 255 or 20.42% from 529); Max value from RGB is 255 - color contains mainly: red. Hex color #FFA66C is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #FFA66C is #005993. Grayscale: #BABABA. Windows color (decimal): -22932 or 7120639. OLE color: 7120639.

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

Color convert

RGB 255 166 108 -
CMYK 0 0.35 0.58 0
HSL 23.67º 1% 0.71% -
HSV(B) 23.67º 0.58% 1% -
XYZ 57.58 49.62 20.73 -
YUV 186 83.99 177.22 -
System Red Green Blue C M Y K H S L
Decimal 255 166 108 0 0.35 0.58 0 23.67 1 0.71
Hex FF A6 6C 0 23 3A 0 18 64 47
Octal 377 246 154 0 43 72 0 30 144 107
Binary 11111111 10100110 1101100 0 100011 111010 0 11000 1100100 1000111

Color Harmonies of #FFA66C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FFA66C

Black with #FFA66C

Text Example


Text Example

White with #FFA66C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FFA66C; }

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

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

background-color css

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

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

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

border-color css

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

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

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