Html Css Color HEX #FCA271 Hit Pink

📋 copy color: '#FCA271'

red 252 ◦ green 162 ◦ blue 113

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

Shades of Hit Pink #FCA271

Tints of Hit Pink #FCA271

RGB

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

 GREEN value IS 162 (63.67% from 255) = 30.74%

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

R = 47.82%
G = 30.74%
B = 21.44%

CMYK

 C value IS 0

 M value IS 0.36

 Y value IS 0.55

 K value IS 0.01

RGB Variations

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

Color information

#FCA271 (or 0xFCA271) is known color: Hit Pink. HEX triplet: FC, A2 and 71. RGB value is (252,162,113). Sum of RGB (Red+Green+Blue) = 252+162+113=527 (69% of max value = 765). Red value is 252 (98.83% from 255 or 47.82% from 527); Green value is 162 (63.67% from 255 or 30.74% from 527); Blue value is 113 (44.53% from 255 or 21.44% from 527); Max value from RGB is 252 - color contains mainly: red. Hex color #FCA271 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #FCA271 is #035D8E. Grayscale: #B7B7B7. Windows color (decimal): -220559 or 7447292. OLE color: 7447292.

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

Color convert

RGB 252 162 113 -
CMYK 0 0.36 0.55 0.01
HSL 21.15º 0.96% 0.72% -
HSV(B) 21.15º 0.55% 0.99% -
XYZ 56.05 47.73 21.88 -
YUV 183.32 88.32 176.98 -
System Red Green Blue C M Y K H S L
Decimal 252 162 113 0 0.36 0.55 0.01 21.15 0.96 0.72
Hex FC A2 71 0 24 37 1 15 60 48
Octal 374 242 161 0 44 67 1 25 140 110
Binary 11111100 10100010 1110001 0 100100 110111 1 10101 1100000 1001000

Color Harmonies of #FCA271

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FCA271

Black with #FCA271

Text Example


Text Example

White with #FCA271

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FCA271; }

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

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

background-color css

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

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

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

border-color css

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

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

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