Html Css Color HEX #FCA16D Hit Pink

📋 copy color: '#FCA16D'

red 252 ◦ green 161 ◦ blue 109

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

Shades of Hit Pink #FCA16D

Tints of Hit Pink #FCA16D

RGB

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

 GREEN value IS 161 (63.28% from 255) = 30.84%

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

R = 48.28%
G = 30.84%
B = 20.88%

CMYK

 C value IS 0

 M value IS 0.36

 Y value IS 0.57

 K value IS 0.01

RGB Variations

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

Color information

#FCA16D (or 0xFCA16D) is known color: Hit Pink. HEX triplet: FC, A1 and 6D. RGB value is (252,161,109). Sum of RGB (Red+Green+Blue) = 252+161+109=522 (69% of max value = 765). Red value is 252 (98.83% from 255 or 48.28% from 522); Green value is 161 (63.28% from 255 or 30.84% from 522); Blue value is 109 (42.97% from 255 or 20.88% from 522); Max value from RGB is 252 - color contains mainly: red. Hex color #FCA16D is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #FCA16D is #035E92. Grayscale: #B6B6B6. Windows color (decimal): -220819 or 7184892. OLE color: 7184892.

HSL color Cylindrical-coordinate representation of color #FCA16D: hue angle of 21.82º 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 #FCA16D is Cyan = 0, Magento = 0.36, Yellow = 0.57 and Black (K on CMYK) = 0.01.

Color convert

RGB 252 161 109 -
CMYK 0 0.36 0.57 0.01
HSL 21.82º 0.96% 0.71% -
HSV(B) 21.82º 0.57% 0.99% -
XYZ 55.65 47.29 20.66 -
YUV 182.28 86.65 177.73 -
System Red Green Blue C M Y K H S L
Decimal 252 161 109 0 0.36 0.57 0.01 21.82 0.96 0.71
Hex FC A1 6D 0 24 39 1 16 60 47
Octal 374 241 155 0 44 71 1 26 140 107
Binary 11111100 10100001 1101101 0 100100 111001 1 10110 1100000 1000111

Color Harmonies of #FCA16D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FCA16D

Black with #FCA16D

Text Example


Text Example

White with #FCA16D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FCA16D; }

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

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

background-color css

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

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

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

border-color css

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

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

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