Html Css Color HEX #FCA471 Hit Pink

📋 copy color: '#FCA471'

red 252 ◦ green 164 ◦ blue 113

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

Shades of Hit Pink #FCA471

Tints of Hit Pink #FCA471

RGB

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

 GREEN value IS 164 (64.45% from 255) = 31%

 BLUE value IS 113 (44.53% from 255) = 21.36%

R = 47.64%
G = 31%
B = 21.36%

CMYK

 C value IS 0

 M value IS 0.35

 Y value IS 0.55

 K value IS 0.01

RGB Variations

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

Color information

#FCA471 (or 0xFCA471) is known color: Hit Pink. HEX triplet: FC, A4 and 71. RGB value is (252,164,113). Sum of RGB (Red+Green+Blue) = 252+164+113=529 (70% of max value = 765). Red value is 252 (98.83% from 255 or 47.64% from 529); Green value is 164 (64.45% from 255 or 31.00% from 529); Blue value is 113 (44.53% from 255 or 21.36% from 529); Max value from RGB is 252 - color contains mainly: red. Hex color #FCA471 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #FCA471 is #035B8E. Grayscale: #B8B8B8. Windows color (decimal): -220047 or 7447804. OLE color: 7447804.

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

Color convert

RGB 252 164 113 -
CMYK 0 0.35 0.55 0.01
HSL 22.01º 0.96% 0.72% -
HSV(B) 22.01º 0.55% 0.99% -
XYZ 56.4 48.44 22 -
YUV 184.5 87.65 176.15 -
System Red Green Blue C M Y K H S L
Decimal 252 164 113 0 0.35 0.55 0.01 22.01 0.96 0.72
Hex FC A4 71 0 23 37 1 16 60 48
Octal 374 244 161 0 43 67 1 26 140 110
Binary 11111100 10100100 1110001 0 100011 110111 1 10110 1100000 1001000

Color Harmonies of #FCA471

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FCA471

Black with #FCA471

Text Example


Text Example

White with #FCA471

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FCA471; }

 p { color: rgb(252,164,113); }

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

background-color css

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

 a { background-color: rgb(252,164,113); }

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

border-color css

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

 span { border-color: rgb(252,164,113); }

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