Html Css Color HEX #FCA16C Hit Pink

📋 copy color: '#FCA16C'

red 252 ◦ green 161 ◦ blue 108

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

Shades of Hit Pink #FCA16C

Tints of Hit Pink #FCA16C

RGB

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

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

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

R = 48.37%
G = 30.9%
B = 20.73%

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

#FCA16C (or 0xFCA16C) is known color: Hit Pink. HEX triplet: FC, A1 and 6C. RGB value is (252,161,108). Sum of RGB (Red+Green+Blue) = 252+161+108=521 (69% of max value = 765). Red value is 252 (98.83% from 255 or 48.37% from 521); Green value is 161 (63.28% from 255 or 30.90% from 521); Blue value is 108 (42.58% from 255 or 20.73% from 521); Max value from RGB is 252 - color contains mainly: red. Hex color #FCA16C is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #FCA16C is #035E93. Grayscale: #B6B6B6. Windows color (decimal): -220820 or 7119356. OLE color: 7119356.

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

Color convert

RGB 252 161 108 -
CMYK 0 0.36 0.57 0.01
HSL 22.08º 0.96% 0.71% -
HSV(B) 22.08º 0.57% 0.99% -
XYZ 55.6 47.27 20.38 -
YUV 182.17 86.15 177.81 -
System Red Green Blue C M Y K H S L
Decimal 252 161 108 0 0.36 0.57 0.01 22.08 0.96 0.71
Hex FC A1 6C 0 24 39 1 16 60 47
Octal 374 241 154 0 44 71 1 26 140 107
Binary 11111100 10100001 1101100 0 100100 111001 1 10110 1100000 1000111

Color Harmonies of #FCA16C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FCA16C

Black with #FCA16C

Text Example


Text Example

White with #FCA16C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FCA16C; }

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

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

background-color css

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

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

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

border-color css

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

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

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