Html Css Color HEX #FC7572 Salmon

📋 copy color: '#FC7572'

red 252 ◦ green 117 ◦ blue 114

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

Shades of Salmon #FC7572

Tints of Salmon #FC7572

RGB

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

 GREEN value IS 117 (46.09% from 255) = 24.22%

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

R = 52.17%
G = 24.22%
B = 23.6%

CMYK

 C value IS 0

 M value IS 0.54

 Y value IS 0.55

 K value IS 0.01

RGB Variations

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

Color information

#FC7572 (or 0xFC7572) is known color: Salmon. HEX triplet: FC, 75 and 72. RGB value is (252,117,114). Sum of RGB (Red+Green+Blue) = 252+117+114=483 (63% of max value = 765). Red value is 252 (98.83% from 255 or 52.17% from 483); Green value is 117 (46.09% from 255 or 24.22% from 483); Blue value is 114 (44.92% from 255 or 23.60% from 483); Max value from RGB is 252 - color contains mainly: red. Hex color #FC7572 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #FC7572 is #038A8D. Grayscale: #9D9D9D. Windows color (decimal): -232078 or 7501308. OLE color: 7501308.

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

Color convert

RGB 252 117 114 -
CMYK 0 0.54 0.55 0.01
HSL 1.3º 0.96% 0.72% -
HSV(B) 1.3º 0.55% 0.99% -
XYZ 49.54 34.63 19.99 -
YUV 157.02 103.73 195.74 -
System Red Green Blue C M Y K H S L
Decimal 252 117 114 0 0.54 0.55 0.01 1.3 0.96 0.72
Hex FC 75 72 0 36 37 1 1 60 48
Octal 374 165 162 0 66 67 1 1 140 110
Binary 11111100 1110101 1110010 0 110110 110111 1 1 1100000 1001000

Color Harmonies of #FC7572

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FC7572

Black with #FC7572

Text Example


Text Example

White with #FC7572

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FC7572; }

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

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

background-color css

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

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

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

border-color css

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

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

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