#FF8567

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

Shades of Salmon #FF8567

Tints of Salmon #FF8567

Color information

#FF8567 (or 0xFF8567) is unknown color: approx Salmon. HEX triplet: FF, 85 and 67. RGB value is (255,133,103). Sum of RGB (Red+Green+Blue) = 255+133+103=491 (65% of max value = 765). Red value is 255 (100% from 255 or 51.93% from 491); Green value is 133 (52.34% from 255 or 27.09% from 491); Blue value is 103 (40.62% from 255 or 20.98% from 491); Max value from RGB is 255 - color contains mainly: red. Hex color #FF8567 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #FF8567 is #007A98. Grayscale: #A6A6A6. Windows color (decimal): -31385 or 6784511. OLE color: 6784511.

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

Color convert

RGB255133103-
CMYK00.480.600
HSL11.84º100%70.2%-
HSV(B)11.84º59.61%100%-
XYZ52.0839.0117.62-
YUV166.0692.42191.44-

RGB Variations

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

RGB

RED value IS 255 (100% from 255) = 51.93%
GREEN value IS 133 (52.34% from 255) = 27.09%
BLUE value IS 103 (40.62% from 255) = 20.98%
R=51.93%
G=27.09%
B=20.98%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.48
Y (Yellow) values IS 0.60
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal25513310300.480.60011.8410070.2
HexFF85670303C0c6446
Octal37720514706074014144106
Binary1111111110000101110011101100001111000110011001001000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FF8567

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FF8567; }

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

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

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

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

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

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

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

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