Html Css Color HEX #FCA575 Hit Pink

📋 copy color: '#FCA575'

red 252 ◦ green 165 ◦ blue 117

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

Shades of Hit Pink #FCA575

Tints of Hit Pink #FCA575

RGB

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

 GREEN value IS 165 (64.84% from 255) = 30.9%

 BLUE value IS 117 (46.09% from 255) = 21.91%

R = 47.19%
G = 30.9%
B = 21.91%

CMYK

 C value IS 0

 M value IS 0.35

 Y value IS 0.54

 K value IS 0.01

RGB Variations

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

Color information

#FCA575 (or 0xFCA575) is known color: Hit Pink. HEX triplet: FC, A5 and 75. RGB value is (252,165,117). Sum of RGB (Red+Green+Blue) = 252+165+117=534 (70% of max value = 765). Red value is 252 (98.83% from 255 or 47.19% from 534); Green value is 165 (64.84% from 255 or 30.90% from 534); Blue value is 117 (46.09% from 255 or 21.91% from 534); Max value from RGB is 252 - color contains mainly: red. Hex color #FCA575 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #FCA575 is #035A8A. Grayscale: #B9B9B9. Windows color (decimal): -219787 or 7710204. OLE color: 7710204.

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

Color convert

RGB 252 165 117 -
CMYK 0 0.35 0.54 0.01
HSL 21.33º 0.96% 0.72% -
HSV(B) 21.33º 0.54% 0.99% -
XYZ 56.81 48.89 23.27 -
YUV 185.54 89.32 175.4 -
System Red Green Blue C M Y K H S L
Decimal 252 165 117 0 0.35 0.54 0.01 21.33 0.96 0.72
Hex FC A5 75 0 23 36 1 15 60 48
Octal 374 245 165 0 43 66 1 25 140 110
Binary 11111100 10100101 1110101 0 100011 110110 1 10101 1100000 1001000

Color Harmonies of #FCA575

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FCA575

Black with #FCA575

Text Example


Text Example

White with #FCA575

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FCA575; }

 p { color: rgb(252,165,117); }

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

background-color css

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

 a { background-color: rgb(252,165,117); }

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

border-color css

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

 span { border-color: rgb(252,165,117); }

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