#ff8568

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

Shades of Salmon #FF8568

Tints of Salmon #FF8568

Color information

#FF8568 (or 0xFF8568) is unknown color: approx Salmon. HEX triplet: FF, 85 and 68. RGB value is (255,133,104). Sum of RGB (Red+Green+Blue) = 255+133+104=492 (65% of max value = 765). Red value is 255 (100% from 255 or 51.83% from 492); Green value is 133 (52.34% from 255 or 27.03% from 492); Blue value is 104 (41.02% from 255 or 21.14% from 492); Max value from RGB is 255 - color contains mainly: red. Hex color #FF8568 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #FF8568 is #007A97. Grayscale: #A6A6A6. Windows color (decimal): -31384 or 6850047. OLE color: 6850047.

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

Color convert

RGB255133104-
CMYK00.480.590
HSL11.52º100%70.39%-
HSV(B)11.52º59.22%100%-
XYZ52.1339.0317.88-
YUV166.1792.92191.36-

RGB Variations

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

RGB

RED value IS 255 (100% from 255) = 51.83%
GREEN value IS 133 (52.34% from 255) = 27.03%
BLUE value IS 104 (41.02% from 255) = 21.14%
R=51.83%
G=27.03%
B=21.14%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.48
Y (Yellow) values IS 0.59
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal25513310400.480.59011.5210070.39
HexFF85680303B0c6446
Octal37720515006073014144106
Binary1111111110000101110100001100001110110110011001001000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ff8568

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ff8568; }

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

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

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

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

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

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

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

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