Html Css Color HEX #FC8972 Salmon

📋 copy color: '#FC8972'

red 252 ◦ green 137 ◦ blue 114

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

Shades of Salmon #FC8972

Tints of Salmon #FC8972

RGB

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

 GREEN value IS 137 (53.91% from 255) = 27.24%

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

R = 50.1%
G = 27.24%
B = 22.66%

CMYK

 C value IS 0

 M value IS 0.46

 Y value IS 0.55

 K value IS 0.01

RGB Variations

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

Color information

#FC8972 (or 0xFC8972) is known color: Salmon. HEX triplet: FC, 89 and 72. RGB value is (252,137,114). Sum of RGB (Red+Green+Blue) = 252+137+114=503 (66% of max value = 765). Red value is 252 (98.83% from 255 or 50.10% from 503); Green value is 137 (53.91% from 255 or 27.24% from 503); Blue value is 114 (44.92% from 255 or 22.66% from 503); Max value from RGB is 252 - color contains mainly: red. Hex color #FC8972 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #FC8972 is #03768D. Grayscale: #A8A8A8. Windows color (decimal): -226958 or 7506428. OLE color: 7506428.

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

Color convert

RGB 252 137 114 -
CMYK 0 0.46 0.55 0.01
HSL 10º 0.96% 0.72% -
HSV(B) 10º 0.55% 0.99% -
XYZ 52.13 39.8 20.85 -
YUV 168.76 97.1 187.37 -
System Red Green Blue C M Y K H S L
Decimal 252 137 114 0 0.46 0.55 0.01 10 0.96 0.72
Hex FC 89 72 0 2E 37 1 A 60 48
Octal 374 211 162 0 56 67 1 12 140 110
Binary 11111100 10001001 1110010 0 101110 110111 1 1010 1100000 1001000

Color Harmonies of #FC8972

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FC8972

Black with #FC8972

Text Example


Text Example

White with #FC8972

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FC8972; }

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

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

background-color css

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

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

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

border-color css

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

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

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