Html Css Color HEX #FCA870 Hit Pink

📋 copy color: '#FCA870'

red 252 ◦ green 168 ◦ blue 112

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

Shades of Hit Pink #FCA870

Tints of Hit Pink #FCA870

RGB

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

 GREEN value IS 168 (66.02% from 255) = 31.58%

 BLUE value IS 112 (44.14% from 255) = 21.05%

R = 47.37%
G = 31.58%
B = 21.05%

CMYK

 C value IS 0

 M value IS 0.33

 Y value IS 0.56

 K value IS 0.01

RGB Variations

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

Color information

#FCA870 (or 0xFCA870) is known color: Hit Pink. HEX triplet: FC, A8 and 70. RGB value is (252,168,112). Sum of RGB (Red+Green+Blue) = 252+168+112=532 (70% of max value = 765). Red value is 252 (98.83% from 255 or 47.37% from 532); Green value is 168 (66.02% from 255 or 31.58% from 532); Blue value is 112 (44.14% from 255 or 21.05% from 532); Max value from RGB is 252 - color contains mainly: red. Hex color #FCA870 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #FCA870 is #03578F. Grayscale: #BBBBBB. Windows color (decimal): -219024 or 7383292. OLE color: 7383292.

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

Color convert

RGB 252 168 112 -
CMYK 0 0.33 0.56 0.01
HSL 24º 0.96% 0.71% -
HSV(B) 24º 0.56% 0.99% -
XYZ 57.07 49.87 21.95 -
YUV 186.73 85.83 174.55 -
System Red Green Blue C M Y K H S L
Decimal 252 168 112 0 0.33 0.56 0.01 24 0.96 0.71
Hex FC A8 70 0 21 38 1 18 60 47
Octal 374 250 160 0 41 70 1 30 140 107
Binary 11111100 10101000 1110000 0 100001 111000 1 11000 1100000 1000111

Color Harmonies of #FCA870

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FCA870

Black with #FCA870

Text Example


Text Example

White with #FCA870

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FCA870; }

 p { color: rgb(252,168,112); }

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

background-color css

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

 a { background-color: rgb(252,168,112); }

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

border-color css

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

 span { border-color: rgb(252,168,112); }

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