Html Css Color HEX #FCA16F Hit Pink

📋 copy color: '#FCA16F'

red 252 ◦ green 161 ◦ blue 111

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

Shades of Hit Pink #FCA16F

Tints of Hit Pink #FCA16F

RGB

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

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

 BLUE value IS 111 (43.75% from 255) = 21.18%

R = 48.09%
G = 30.73%
B = 21.18%

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

#FCA16F (or 0xFCA16F) is known color: Hit Pink. HEX triplet: FC, A1 and 6F. RGB value is (252,161,111). Sum of RGB (Red+Green+Blue) = 252+161+111=524 (69% of max value = 765). Red value is 252 (98.83% from 255 or 48.09% from 524); Green value is 161 (63.28% from 255 or 30.73% from 524); Blue value is 111 (43.75% from 255 or 21.18% from 524); Max value from RGB is 252 - color contains mainly: red. Hex color #FCA16F is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #FCA16F is #035E90. Grayscale: #B6B6B6. Windows color (decimal): -220817 or 7315964. OLE color: 7315964.

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

Color convert

RGB 252 161 111 -
CMYK 0 0.36 0.56 0.01
HSL 21.28º 0.96% 0.71% -
HSV(B) 21.28º 0.56% 0.99% -
XYZ 55.76 47.33 21.24 -
YUV 182.51 87.65 177.57 -
System Red Green Blue C M Y K H S L
Decimal 252 161 111 0 0.36 0.56 0.01 21.28 0.96 0.71
Hex FC A1 6F 0 24 38 1 15 60 47
Octal 374 241 157 0 44 70 1 25 140 107
Binary 11111100 10100001 1101111 0 100100 111000 1 10101 1100000 1000111

Color Harmonies of #FCA16F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FCA16F

Black with #FCA16F

Text Example


Text Example

White with #FCA16F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FCA16F; }

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

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

background-color css

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

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

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

border-color css

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

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

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