#ff8574

Color #FF8574 Salmon (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Salmon #FF8574

Tints of Salmon #FF8574

Color information

#FF8574 (or 0xFF8574) is unknown color: approx Salmon. HEX triplet: FF, 85 and 74. RGB value is (255,133,116). Sum of RGB (Red+Green+Blue) = 255+133+116=504 (66% of max value = 765). Red value is 255 (100% from 255 or 50.60% from 504); Green value is 133 (52.34% from 255 or 26.39% from 504); Blue value is 116 (45.70% from 255 or 23.02% from 504); Max value from RGB is 255 - color contains mainly: red. Hex color #FF8574 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #FF8574 is #007A8B. Grayscale: #A7A7A7. Windows color (decimal): -31372 or 7636479. OLE color: 7636479.

HSL color Cylindrical-coordinate representation of color #FF8574: hue angle of 7.34º degrees, saturation: 1, lightness: 0.73%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #FF8574 is Cyan = 0, Magento = 0.48, Yellow = 0.55 and Black (K on CMYK) = 0.

Color convert

RGB255133116-
CMYK00.480.550
HSL7.34º100%72.75%-
HSV(B)7.34º54.51%100%-
XYZ52.7839.321.33-
YUV167.5498.92190.38-

RGB Variations

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

RGB

RED value IS 255 (100% from 255) = 50.60%
GREEN value IS 133 (52.34% from 255) = 26.39%
BLUE value IS 116 (45.70% from 255) = 23.02%
R=50.60%
G=26.39%
B=23.02%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.48
Y (Yellow) values IS 0.55
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal25513311600.480.5507.3410072.75
HexFF857403037076449
Octal3772051640606707144111
Binary111111111000010111101000110000110111011111001001001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ff8574

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ff8574; }

 p { color: rgb(255,133,116); }

 H1.HeaderClassName
 {
   color: #ff8574;
 }
 .AnyTagClassName
 {
   color: #ff8574;
 }
</style>
background-color css

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

 a { background-color: rgb(255,133,116); }

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

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

 span { border-color: rgb(255,133,116); }

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