Html Css Color HEX #FCA66D Hit Pink

📋 copy color: '#FCA66D'

red 252 ◦ green 166 ◦ blue 109

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

Shades of Hit Pink #FCA66D

Tints of Hit Pink #FCA66D

RGB

 RED value IS 252 (98.83% from 255) = 47.82%

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

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

R = 47.82%
G = 31.5%
B = 20.68%

CMYK

 C value IS 0

 M value IS 0.34

 Y value IS 0.57

 K value IS 0.01

RGB Variations

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

Color information

#FCA66D (or 0xFCA66D) is known color: Hit Pink. HEX triplet: FC, A6 and 6D. RGB value is (252,166,109). Sum of RGB (Red+Green+Blue) = 252+166+109=527 (69% of max value = 765). Red value is 252 (98.83% from 255 or 47.82% from 527); Green value is 166 (65.23% from 255 or 31.50% from 527); Blue value is 109 (42.97% from 255 or 20.68% from 527); Max value from RGB is 252 - color contains mainly: red. Hex color #FCA66D is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #FCA66D is #035992. Grayscale: #B9B9B9. Windows color (decimal): -219539 or 7186172. OLE color: 7186172.

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

Color convert

RGB 252 166 109 -
CMYK 0 0.34 0.57 0.01
HSL 23.92º 0.96% 0.71% -
HSV(B) 23.92º 0.57% 0.99% -
XYZ 56.54 49.07 20.96 -
YUV 185.22 84.99 175.63 -
System Red Green Blue C M Y K H S L
Decimal 252 166 109 0 0.34 0.57 0.01 23.92 0.96 0.71
Hex FC A6 6D 0 22 39 1 18 60 47
Octal 374 246 155 0 42 71 1 30 140 107
Binary 11111100 10100110 1101101 0 100010 111001 1 11000 1100000 1000111

Color Harmonies of #FCA66D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FCA66D

Black with #FCA66D

Text Example


Text Example

White with #FCA66D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FCA66D; }

 p { color: rgb(252,166,109); }

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

background-color css

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

 a { background-color: rgb(252,166,109); }

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

border-color css

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

 span { border-color: rgb(252,166,109); }

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