#FE8769

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

Shades of Salmon #FE8769

Tints of Salmon #FE8769

Color information

#FE8769 (or 0xFE8769) is unknown color: approx Salmon. HEX triplet: FE, 87 and 69. RGB value is (254,135,105). Sum of RGB (Red+Green+Blue) = 254+135+105=494 (65% of max value = 765). Red value is 254 (99.61% from 255 or 51.42% from 494); Green value is 135 (53.12% from 255 or 27.33% from 494); Blue value is 105 (41.41% from 255 or 21.26% from 494); Max value from RGB is 254 - color contains mainly: red. Hex color #FE8769 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #FE8769 is #017896. Grayscale: #A7A7A7. Windows color (decimal): -96407 or 6916094. OLE color: 6916094.

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

Color convert

RGB254135105-
CMYK00.470.590.00
HSL12.08º98.68%70.39%-
HSV(B)12.08º58.66%99.61%-
XYZ52.0939.4218.23-
YUV167.1692.92189.94-

RGB Variations

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

RGB

RED value IS 254 (99.61% from 255) = 51.42%
GREEN value IS 135 (53.12% from 255) = 27.33%
BLUE value IS 105 (41.41% from 255) = 21.26%
R=51.42%
G=27.33%
B=21.26%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.47
Y (Yellow) values IS 0.59
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal25413510500.470.590.0012.0898.6870.39
HexFE876902F3B0c6346
Octal37620715105773014143106
Binary1111111010000111110100101011111110110110011000111000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FE8769

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FE8769; }

 p { color: rgb(254,135,105); }

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

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

 a { background-color: rgb(254,135,105); }

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

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

 span { border-color: rgb(254,135,105); }

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