Html Css Color HEX #FCA072 Hit Pink

📋 copy color: '#FCA072'

red 252 ◦ green 160 ◦ blue 114

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

Shades of Hit Pink #FCA072

Tints of Hit Pink #FCA072

RGB

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

 GREEN value IS 160 (62.89% from 255) = 30.42%

 BLUE value IS 114 (44.92% from 255) = 21.67%

R = 47.91%
G = 30.42%
B = 21.67%

CMYK

 C value IS 0

 M value IS 0.37

 Y value IS 0.55

 K value IS 0.01

RGB Variations

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

Color information

#FCA072 (or 0xFCA072) is known color: Hit Pink. HEX triplet: FC, A0 and 72. RGB value is (252,160,114). Sum of RGB (Red+Green+Blue) = 252+160+114=526 (69% of max value = 765). Red value is 252 (98.83% from 255 or 47.91% from 526); Green value is 160 (62.89% from 255 or 30.42% from 526); Blue value is 114 (44.92% from 255 or 21.67% from 526); Max value from RGB is 252 - color contains mainly: red. Hex color #FCA072 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #FCA072 is #035F8D. Grayscale: #B6B6B6. Windows color (decimal): -221070 or 7512316. OLE color: 7512316.

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

Color convert

RGB 252 160 114 -
CMYK 0 0.37 0.55 0.01
HSL 20º 0.96% 0.72% -
HSV(B) 20º 0.55% 0.99% -
XYZ 55.75 47.05 22.06 -
YUV 182.26 89.48 177.74 -
System Red Green Blue C M Y K H S L
Decimal 252 160 114 0 0.37 0.55 0.01 20 0.96 0.72
Hex FC A0 72 0 25 37 1 14 60 48
Octal 374 240 162 0 45 67 1 24 140 110
Binary 11111100 10100000 1110010 0 100101 110111 1 10100 1100000 1001000

Color Harmonies of #FCA072

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FCA072

Black with #FCA072

Text Example


Text Example

White with #FCA072

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FCA072; }

 p { color: rgb(252,160,114); }

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

background-color css

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

 a { background-color: rgb(252,160,114); }

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

border-color css

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

 span { border-color: rgb(252,160,114); }

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