Html Css Color HEX #FC8078 Salmon

📋 copy color: '#FC8078'

red 252 ◦ green 128 ◦ blue 120

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

Shades of Salmon #FC8078

Tints of Salmon #FC8078

RGB

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

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

 BLUE value IS 120 (47.27% from 255) = 24%

R = 50.4%
G = 25.6%
B = 24%

CMYK

 C value IS 0

 M value IS 0.49

 Y value IS 0.52

 K value IS 0.01

RGB Variations

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

Color information

#FC8078 (or 0xFC8078) is known color: Salmon. HEX triplet: FC, 80 and 78. RGB value is (252,128,120). Sum of RGB (Red+Green+Blue) = 252+128+120=500 (66% of max value = 765). Red value is 252 (98.83% from 255 or 50.4% from 500); Green value is 128 (50.39% from 255 or 25.6% from 500); Blue value is 120 (47.27% from 255 or 24% from 500); Max value from RGB is 252 - color contains mainly: red. Hex color #FC8078 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #FC8078 is #037F87. Grayscale: #A4A4A4. Windows color (decimal): -229256 or 7897340. OLE color: 7897340.

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

Color convert

RGB 252 128 120 -
CMYK 0 0.49 0.52 0.01
HSL 3.64º 0.96% 0.73% -
HSV(B) 3.64º 0.52% 0.99% -
XYZ 51.25 37.49 22.3 -
YUV 164.16 103.08 190.65 -
System Red Green Blue C M Y K H S L
Decimal 252 128 120 0 0.49 0.52 0.01 3.64 0.96 0.73
Hex FC 80 78 0 31 34 1 4 60 49
Octal 374 200 170 0 61 64 1 4 140 111
Binary 11111100 10000000 1111000 0 110001 110100 1 100 1100000 1001001

Color Harmonies of #FC8078

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FC8078

Black with #FC8078

Text Example


Text Example

White with #FC8078

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FC8078; }

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

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

background-color css

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

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

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

border-color css

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

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

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