#FF7874

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

Shades of Salmon #FF7874

Tints of Salmon #FF7874

Color information

#FF7874 (or 0xFF7874) is unknown color: approx Salmon. HEX triplet: FF, 78 and 74. RGB value is (255,120,116). Sum of RGB (Red+Green+Blue) = 255+120+116=491 (65% of max value = 765). Red value is 255 (100% from 255 or 51.93% from 491); Green value is 120 (47.27% from 255 or 24.44% from 491); Blue value is 116 (45.70% from 255 or 23.63% from 491); Max value from RGB is 255 - color contains mainly: red. Hex color #FF7874 is not a web safe color. Web safe color analog (approx): #FF6666. Inversed color of #FF7874 is #00878B. Grayscale: #A0A0A0. Windows color (decimal): -34700 or 7633151. OLE color: 7633151.

HSL color Cylindrical-coordinate representation of color #FF7874: hue angle of 1.73º 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 #FF7874 is Cyan = 0, Magento = 0.53, Yellow = 0.55 and Black (K on CMYK) = 0.

Color convert

RGB255120116-
CMYK00.530.550
HSL1.73º100%72.75%-
HSV(B)1.73º54.51%100%-
XYZ51.1135.9520.77-
YUV159.91103.23195.83-

RGB Variations

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

RGB

RED value IS 255 (100% from 255) = 51.93%
GREEN value IS 120 (47.27% from 255) = 24.44%
BLUE value IS 116 (45.70% from 255) = 23.63%
R=51.93%
G=24.44%
B=23.63%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.53
Y (Yellow) values IS 0.55
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal25512011600.530.5501.7310072.75
HexFF787403537026449
Octal3771701640656702144111
Binary1111111111110001110100011010111011101011001001001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FF7874

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FF7874; }

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

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

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

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

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

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

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

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