Html Css Color HEX #FC8075 Salmon

📋 copy color: '#FC8075'

red 252 ◦ green 128 ◦ blue 117

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

Shades of Salmon #FC8075

Tints of Salmon #FC8075

RGB

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

 GREEN value IS 128 (50.39% from 255) = 25.75%

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

R = 50.7%
G = 25.75%
B = 23.54%

CMYK

 C value IS 0

 M value IS 0.49

 Y value IS 0.54

 K value IS 0.01

RGB Variations

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

Color information

#FC8075 (or 0xFC8075) is known color: Salmon. HEX triplet: FC, 80 and 75. RGB value is (252,128,117). Sum of RGB (Red+Green+Blue) = 252+128+117=497 (65% of max value = 765). Red value is 252 (98.83% from 255 or 50.70% from 497); Green value is 128 (50.39% from 255 or 25.75% from 497); Blue value is 117 (46.09% from 255 or 23.54% from 497); Max value from RGB is 252 - color contains mainly: red. Hex color #FC8075 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #FC8075 is #037F8A. Grayscale: #A3A3A3. Windows color (decimal): -229259 or 7700732. OLE color: 7700732.

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

Color convert

RGB 252 128 117 -
CMYK 0 0.49 0.54 0.01
HSL 4.89º 0.96% 0.72% -
HSV(B) 4.89º 0.54% 0.99% -
XYZ 51.07 37.42 21.36 -
YUV 163.82 101.58 190.89 -
System Red Green Blue C M Y K H S L
Decimal 252 128 117 0 0.49 0.54 0.01 4.89 0.96 0.72
Hex FC 80 75 0 31 36 1 5 60 48
Octal 374 200 165 0 61 66 1 5 140 110
Binary 11111100 10000000 1110101 0 110001 110110 1 101 1100000 1001000

Color Harmonies of #FC8075

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FC8075

Black with #FC8075

Text Example


Text Example

White with #FC8075

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FC8075; }

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

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

background-color css

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

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

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

border-color css

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

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

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