Html Css Color HEX #FC8073 Salmon

📋 copy color: '#FC8073'

red 252 ◦ green 128 ◦ blue 115

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

Shades of Salmon #FC8073

Tints of Salmon #FC8073

RGB

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

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

 BLUE value IS 115 (45.31% from 255) = 23.23%

R = 50.91%
G = 25.86%
B = 23.23%

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

#FC8073 (or 0xFC8073) is known color: Salmon. HEX triplet: FC, 80 and 73. RGB value is (252,128,115). Sum of RGB (Red+Green+Blue) = 252+128+115=495 (65% of max value = 765). Red value is 252 (98.83% from 255 or 50.91% from 495); Green value is 128 (50.39% from 255 or 25.86% from 495); Blue value is 115 (45.31% from 255 or 23.23% from 495); Max value from RGB is 252 - color contains mainly: red. Hex color #FC8073 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #FC8073 is #037F8C. Grayscale: #A3A3A3. Windows color (decimal): -229261 or 7569660. OLE color: 7569660.

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

Color convert

RGB 252 128 115 -
CMYK 0 0.49 0.54 0.01
HSL 5.69º 0.96% 0.72% -
HSV(B) 5.69º 0.54% 0.99% -
XYZ 50.96 37.37 20.75 -
YUV 163.59 100.58 191.06 -
System Red Green Blue C M Y K H S L
Decimal 252 128 115 0 0.49 0.54 0.01 5.69 0.96 0.72
Hex FC 80 73 0 31 36 1 6 60 48
Octal 374 200 163 0 61 66 1 6 140 110
Binary 11111100 10000000 1110011 0 110001 110110 1 110 1100000 1001000

Color Harmonies of #FC8073

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FC8073

Black with #FC8073

Text Example


Text Example

White with #FC8073

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FC8073; }

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

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

background-color css

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

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

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

border-color css

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

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

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