Html Css Color HEX #FCA370 Hit Pink

📋 copy color: '#FCA370'

red 252 ◦ green 163 ◦ blue 112

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

Shades of Hit Pink #FCA370

Tints of Hit Pink #FCA370

RGB

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

 GREEN value IS 163 (64.06% from 255) = 30.93%

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

R = 47.82%
G = 30.93%
B = 21.25%

CMYK

 C value IS 0

 M value IS 0.35

 Y value IS 0.56

 K value IS 0.01

RGB Variations

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

Color information

#FCA370 (or 0xFCA370) is known color: Hit Pink. HEX triplet: FC, A3 and 70. RGB value is (252,163,112). Sum of RGB (Red+Green+Blue) = 252+163+112=527 (69% of max value = 765). Red value is 252 (98.83% from 255 or 47.82% from 527); Green value is 163 (64.06% from 255 or 30.93% from 527); Blue value is 112 (44.14% from 255 or 21.25% from 527); Max value from RGB is 252 - color contains mainly: red. Hex color #FCA370 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #FCA370 is #035C8F. Grayscale: #B8B8B8. Windows color (decimal): -220304 or 7382012. OLE color: 7382012.

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

Color convert

RGB 252 163 112 -
CMYK 0 0.35 0.56 0.01
HSL 21.86º 0.96% 0.71% -
HSV(B) 21.86º 0.56% 0.99% -
XYZ 56.17 48.06 21.65 -
YUV 183.8 87.49 176.65 -
System Red Green Blue C M Y K H S L
Decimal 252 163 112 0 0.35 0.56 0.01 21.86 0.96 0.71
Hex FC A3 70 0 23 38 1 16 60 47
Octal 374 243 160 0 43 70 1 26 140 107
Binary 11111100 10100011 1110000 0 100011 111000 1 10110 1100000 1000111

Color Harmonies of #FCA370

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FCA370

Black with #FCA370

Text Example


Text Example

White with #FCA370

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FCA370; }

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

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

background-color css

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

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

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

border-color css

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

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

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