Html Css Color HEX #FFA66B Hit Pink

📋 copy color: '#FFA66B'

red 255 ◦ green 166 ◦ blue 107

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

Shades of Hit Pink #FFA66B

Tints of Hit Pink #FFA66B

RGB

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

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

 BLUE value IS 107 (42.19% from 255) = 20.27%

R = 48.3%
G = 31.44%
B = 20.27%

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

#FFA66B (or 0xFFA66B) is known color: Hit Pink. HEX triplet: FF, A6 and 6B. RGB value is (255,166,107). Sum of RGB (Red+Green+Blue) = 255+166+107=528 (69% of max value = 765). Red value is 255 (100% from 255 or 48.30% from 528); Green value is 166 (65.23% from 255 or 31.44% from 528); Blue value is 107 (42.19% from 255 or 20.27% from 528); Max value from RGB is 255 - color contains mainly: red. Hex color #FFA66B is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #FFA66B is #005994. Grayscale: #BABABA. Windows color (decimal): -22933 or 7055103. OLE color: 7055103.

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

Color convert

RGB 255 166 107 -
CMYK 0 0.35 0.58 0
HSL 23.92º 1% 0.71% -
HSV(B) 23.92º 0.58% 1% -
XYZ 57.53 49.59 20.45 -
YUV 185.89 83.49 177.3 -
System Red Green Blue C M Y K H S L
Decimal 255 166 107 0 0.35 0.58 0 23.92 1 0.71
Hex FF A6 6B 0 23 3A 0 18 64 47
Octal 377 246 153 0 43 72 0 30 144 107
Binary 11111111 10100110 1101011 0 100011 111010 0 11000 1100100 1000111

Color Harmonies of #FFA66B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FFA66B

Black with #FFA66B

Text Example


Text Example

White with #FFA66B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FFA66B; }

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

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

background-color css

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

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

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

border-color css

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

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

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