Html Css Color HEX #FC8975 Salmon

📋 copy color: '#FC8975'

red 252 ◦ green 137 ◦ blue 117

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

Shades of Salmon #FC8975

Tints of Salmon #FC8975

RGB

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

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

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

R = 49.8%
G = 27.08%
B = 23.12%

CMYK

 C value IS 0

 M value IS 0.46

 Y value IS 0.54

 K value IS 0.01

RGB Variations

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

Color information

#FC8975 (or 0xFC8975) is known color: Salmon. HEX triplet: FC, 89 and 75. RGB value is (252,137,117). Sum of RGB (Red+Green+Blue) = 252+137+117=506 (67% of max value = 765). Red value is 252 (98.83% from 255 or 49.80% from 506); Green value is 137 (53.91% from 255 or 27.08% from 506); Blue value is 117 (46.09% from 255 or 23.12% from 506); Max value from RGB is 252 - color contains mainly: red. Hex color #FC8975 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #FC8975 is #03768A. Grayscale: #A9A9A9. Windows color (decimal): -226955 or 7703036. OLE color: 7703036.

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

Color convert

RGB 252 137 117 -
CMYK 0 0.46 0.54 0.01
HSL 8.89º 0.96% 0.72% -
HSV(B) 8.89º 0.54% 0.99% -
XYZ 52.3 39.87 21.77 -
YUV 169.11 98.6 187.13 -
System Red Green Blue C M Y K H S L
Decimal 252 137 117 0 0.46 0.54 0.01 8.89 0.96 0.72
Hex FC 89 75 0 2E 36 1 9 60 48
Octal 374 211 165 0 56 66 1 11 140 110
Binary 11111100 10001001 1110101 0 101110 110110 1 1001 1100000 1001000

Color Harmonies of #FC8975

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FC8975

Black with #FC8975

Text Example


Text Example

White with #FC8975

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FC8975; }

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

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

background-color css

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

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

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

border-color css

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

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

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