Html Css Color HEX #FC8279 Salmon

📋 copy color: '#FC8279'

red 252 ◦ green 130 ◦ blue 121

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

Shades of Salmon #FC8279

Tints of Salmon #FC8279

RGB

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

 GREEN value IS 130 (51.17% from 255) = 25.84%

 BLUE value IS 121 (47.66% from 255) = 24.06%

R = 50.1%
G = 25.84%
B = 24.06%

CMYK

 C value IS 0

 M value IS 0.48

 Y value IS 0.52

 K value IS 0.01

RGB Variations

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

Color information

#FC8279 (or 0xFC8279) is known color: Salmon. HEX triplet: FC, 82 and 79. RGB value is (252,130,121). Sum of RGB (Red+Green+Blue) = 252+130+121=503 (66% of max value = 765). Red value is 252 (98.83% from 255 or 50.10% from 503); Green value is 130 (51.17% from 255 or 25.84% from 503); Blue value is 121 (47.66% from 255 or 24.06% from 503); Max value from RGB is 252 - color contains mainly: red. Hex color #FC8279 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #FC8279 is #037D86. Grayscale: #A5A5A5. Windows color (decimal): -228743 or 7963388. OLE color: 7963388.

HSL color Cylindrical-coordinate representation of color #FC8279: hue angle of 4.12º degrees, saturation: 0.96, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #FC8279 is Cyan = 0, Magento = 0.48, Yellow = 0.52 and Black (K on CMYK) = 0.01.

Color convert

RGB 252 130 121 -
CMYK 0 0.48 0.52 0.01
HSL 4.12º 0.96% 0.73% -
HSV(B) 4.12º 0.52% 0.99% -
XYZ 51.58 38.04 22.71 -
YUV 165.45 102.92 189.73 -
System Red Green Blue C M Y K H S L
Decimal 252 130 121 0 0.48 0.52 0.01 4.12 0.96 0.73
Hex FC 82 79 0 30 34 1 4 60 49
Octal 374 202 171 0 60 64 1 4 140 111
Binary 11111100 10000010 1111001 0 110000 110100 1 100 1100000 1001001

Color Harmonies of #FC8279

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FC8279

Black with #FC8279

Text Example


Text Example

White with #FC8279

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FC8279; }

 p { color: rgb(252,130,121); }

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

background-color css

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

 a { background-color: rgb(252,130,121); }

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

border-color css

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

 span { border-color: rgb(252,130,121); }

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