Html Css Color HEX #FCA273 Hit Pink

📋 copy color: '#FCA273'

red 252 ◦ green 162 ◦ blue 115

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

Shades of Hit Pink #FCA273

Tints of Hit Pink #FCA273

RGB

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

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

 BLUE value IS 115 (45.31% from 255) = 21.74%

R = 47.64%
G = 30.62%
B = 21.74%

CMYK

 C value IS 0

 M value IS 0.36

 Y value IS 0.54

 K value IS 0.01

RGB Variations

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

Color information

#FCA273 (or 0xFCA273) is known color: Hit Pink. HEX triplet: FC, A2 and 73. RGB value is (252,162,115). Sum of RGB (Red+Green+Blue) = 252+162+115=529 (70% of max value = 765). Red value is 252 (98.83% from 255 or 47.64% from 529); Green value is 162 (63.67% from 255 or 30.62% from 529); Blue value is 115 (45.31% from 255 or 21.74% from 529); Max value from RGB is 252 - color contains mainly: red. Hex color #FCA273 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #FCA273 is #035D8C. Grayscale: #B7B7B7. Windows color (decimal): -220557 or 7578364. OLE color: 7578364.

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

Color convert

RGB 252 162 115 -
CMYK 0 0.36 0.54 0.01
HSL 20.58º 0.96% 0.72% -
HSV(B) 20.58º 0.54% 0.99% -
XYZ 56.16 47.77 22.48 -
YUV 183.55 89.32 176.82 -
System Red Green Blue C M Y K H S L
Decimal 252 162 115 0 0.36 0.54 0.01 20.58 0.96 0.72
Hex FC A2 73 0 24 36 1 15 60 48
Octal 374 242 163 0 44 66 1 25 140 110
Binary 11111100 10100010 1110011 0 100100 110110 1 10101 1100000 1001000

Color Harmonies of #FCA273

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FCA273

Black with #FCA273

Text Example


Text Example

White with #FCA273

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FCA273; }

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

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

background-color css

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

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

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

border-color css

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

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

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