Html Css Color HEX #FCA275 Hit Pink

📋 copy color: '#FCA275'

red 252 ◦ green 162 ◦ blue 117

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

Shades of Hit Pink #FCA275

Tints of Hit Pink #FCA275

RGB

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

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

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

R = 47.46%
G = 30.51%
B = 22.03%

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

#FCA275 (or 0xFCA275) is known color: Hit Pink. HEX triplet: FC, A2 and 75. RGB value is (252,162,117). Sum of RGB (Red+Green+Blue) = 252+162+117=531 (70% of max value = 765). Red value is 252 (98.83% from 255 or 47.46% from 531); Green value is 162 (63.67% from 255 or 30.51% from 531); Blue value is 117 (46.09% from 255 or 22.03% from 531); Max value from RGB is 252 - color contains mainly: red. Hex color #FCA275 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #FCA275 is #035D8A. Grayscale: #B8B8B8. Windows color (decimal): -220555 or 7709436. OLE color: 7709436.

HSL color Cylindrical-coordinate representation of color #FCA275: 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.54%. Process color model (Four color, CMYK) of #FCA275 is Cyan = 0, Magento = 0.36, Yellow = 0.54 and Black (K on CMYK) = 0.01.

Color convert

RGB 252 162 117 -
CMYK 0 0.36 0.54 0.01
HSL 20º 0.96% 0.72% -
HSV(B) 20º 0.54% 0.99% -
XYZ 56.28 47.82 23.09 -
YUV 183.78 90.32 176.66 -
System Red Green Blue C M Y K H S L
Decimal 252 162 117 0 0.36 0.54 0.01 20 0.96 0.72
Hex FC A2 75 0 24 36 1 14 60 48
Octal 374 242 165 0 44 66 1 24 140 110
Binary 11111100 10100010 1110101 0 100100 110110 1 10100 1100000 1001000

Color Harmonies of #FCA275

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FCA275

Black with #FCA275

Text Example


Text Example

White with #FCA275

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FCA275; }

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

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

background-color css

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

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

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

border-color css

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

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

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