Html Css Color HEX #FCA16E Hit Pink

📋 copy color: '#FCA16E'

red 252 ◦ green 161 ◦ blue 110

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

Shades of Hit Pink #FCA16E

Tints of Hit Pink #FCA16E

RGB

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

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

 BLUE value IS 110 (43.36% from 255) = 21.03%

R = 48.18%
G = 30.78%
B = 21.03%

CMYK

 C value IS 0

 M value IS 0.36

 Y value IS 0.56

 K value IS 0.01

RGB Variations

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

Color information

#FCA16E (or 0xFCA16E) is known color: Hit Pink. HEX triplet: FC, A1 and 6E. RGB value is (252,161,110). Sum of RGB (Red+Green+Blue) = 252+161+110=523 (69% of max value = 765). Red value is 252 (98.83% from 255 or 48.18% from 523); Green value is 161 (63.28% from 255 or 30.78% from 523); Blue value is 110 (43.36% from 255 or 21.03% from 523); Max value from RGB is 252 - color contains mainly: red. Hex color #FCA16E is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #FCA16E is #035E91. Grayscale: #B6B6B6. Windows color (decimal): -220818 or 7250428. OLE color: 7250428.

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

Color convert

RGB 252 161 110 -
CMYK 0 0.36 0.56 0.01
HSL 21.55º 0.96% 0.71% -
HSV(B) 21.55º 0.56% 0.99% -
XYZ 55.7 47.31 20.95 -
YUV 182.4 87.15 177.65 -
System Red Green Blue C M Y K H S L
Decimal 252 161 110 0 0.36 0.56 0.01 21.55 0.96 0.71
Hex FC A1 6E 0 24 38 1 16 60 47
Octal 374 241 156 0 44 70 1 26 140 107
Binary 11111100 10100001 1101110 0 100100 111000 1 10110 1100000 1000111

Color Harmonies of #FCA16E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FCA16E

Black with #FCA16E

Text Example


Text Example

White with #FCA16E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FCA16E; }

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

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

background-color css

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

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

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

border-color css

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

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

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