Html Css Color HEX #FC8077 Salmon

📋 copy color: '#FC8077'

red 252 ◦ green 128 ◦ blue 119

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

Shades of Salmon #FC8077

Tints of Salmon #FC8077

RGB

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

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

 BLUE value IS 119 (46.88% from 255) = 23.85%

R = 50.5%
G = 25.65%
B = 23.85%

CMYK

 C value IS 0

 M value IS 0.49

 Y value IS 0.53

 K value IS 0.01

RGB Variations

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

Color information

#FC8077 (or 0xFC8077) is known color: Salmon. HEX triplet: FC, 80 and 77. RGB value is (252,128,119). Sum of RGB (Red+Green+Blue) = 252+128+119=499 (66% of max value = 765). Red value is 252 (98.83% from 255 or 50.50% from 499); Green value is 128 (50.39% from 255 or 25.65% from 499); Blue value is 119 (46.88% from 255 or 23.85% from 499); Max value from RGB is 252 - color contains mainly: red. Hex color #FC8077 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #FC8077 is #037F88. Grayscale: #A4A4A4. Windows color (decimal): -229257 or 7831804. OLE color: 7831804.

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

Color convert

RGB 252 128 119 -
CMYK 0 0.49 0.53 0.01
HSL 4.06º 0.96% 0.73% -
HSV(B) 4.06º 0.53% 0.99% -
XYZ 51.19 37.47 21.99 -
YUV 164.05 102.58 190.73 -
System Red Green Blue C M Y K H S L
Decimal 252 128 119 0 0.49 0.53 0.01 4.06 0.96 0.73
Hex FC 80 77 0 31 35 1 4 60 49
Octal 374 200 167 0 61 65 1 4 140 111
Binary 11111100 10000000 1110111 0 110001 110101 1 100 1100000 1001001

Color Harmonies of #FC8077

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FC8077

Black with #FC8077

Text Example


Text Example

White with #FC8077

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FC8077; }

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

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

background-color css

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

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

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

border-color css

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

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

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