Html Css Color HEX #FC8074 Salmon

📋 copy color: '#FC8074'

red 252 ◦ green 128 ◦ blue 116

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

Shades of Salmon #FC8074

Tints of Salmon #FC8074

RGB

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

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

 BLUE value IS 116 (45.7% from 255) = 23.39%

R = 50.81%
G = 25.81%
B = 23.39%

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

#FC8074 (or 0xFC8074) is known color: Salmon. HEX triplet: FC, 80 and 74. RGB value is (252,128,116). Sum of RGB (Red+Green+Blue) = 252+128+116=496 (65% of max value = 765). Red value is 252 (98.83% from 255 or 50.81% from 496); Green value is 128 (50.39% from 255 or 25.81% from 496); Blue value is 116 (45.70% from 255 or 23.39% from 496); Max value from RGB is 252 - color contains mainly: red. Hex color #FC8074 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #FC8074 is #037F8B. Grayscale: #A3A3A3. Windows color (decimal): -229260 or 7635196. OLE color: 7635196.

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

Color convert

RGB 252 128 116 -
CMYK 0 0.49 0.54 0.01
HSL 5.29º 0.96% 0.72% -
HSV(B) 5.29º 0.54% 0.99% -
XYZ 51.02 37.39 21.05 -
YUV 163.71 101.08 190.98 -
System Red Green Blue C M Y K H S L
Decimal 252 128 116 0 0.49 0.54 0.01 5.29 0.96 0.72
Hex FC 80 74 0 31 36 1 5 60 48
Octal 374 200 164 0 61 66 1 5 140 110
Binary 11111100 10000000 1110100 0 110001 110110 1 101 1100000 1001000

Color Harmonies of #FC8074

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FC8074

Black with #FC8074

Text Example


Text Example

White with #FC8074

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FC8074; }

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

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

background-color css

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

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

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

border-color css

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

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

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