#FF8872

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

Shades of Salmon #FF8872

Tints of Salmon #FF8872

Color information

#FF8872 (or 0xFF8872) is unknown color: approx Salmon. HEX triplet: FF, 88 and 72. RGB value is (255,136,114). Sum of RGB (Red+Green+Blue) = 255+136+114=505 (66% of max value = 765). Red value is 255 (100% from 255 or 50.50% from 505); Green value is 136 (53.52% from 255 or 26.93% from 505); Blue value is 114 (44.92% from 255 or 22.57% from 505); Max value from RGB is 255 - color contains mainly: red. Hex color #FF8872 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #FF8872 is #00778D. Grayscale: #A9A9A9. Windows color (decimal): -30606 or 7506175. OLE color: 7506175.

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

Color convert

RGB255136114-
CMYK00.470.550
HSL9.36º100%72.35%-
HSV(B)9.36º55.29%100%-
XYZ53.0840.0820.86-
YUV169.0796.92189.29-

RGB Variations

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

RGB

RED value IS 255 (100% from 255) = 50.50%
GREEN value IS 136 (53.52% from 255) = 26.93%
BLUE value IS 114 (44.92% from 255) = 22.57%
R=50.50%
G=26.93%
B=22.57%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.47
Y (Yellow) values IS 0.55
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal25513611400.470.5509.3610072.35
HexFF887202F37096448
Octal37721016205767011144110
Binary1111111110001000111001001011111101110100111001001001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FF8872

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FF8872; }

 p { color: rgb(255,136,114); }

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

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

 a { background-color: rgb(255,136,114); }

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

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

 span { border-color: rgb(255,136,114); }

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