#FD8C6E

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

Shades of Salmon #FD8C6E

Tints of Salmon #FD8C6E

Color information

#FD8C6E (or 0xFD8C6E) is unknown color: approx Salmon. HEX triplet: FD, 8C and 6E. RGB value is (253,140,110). Sum of RGB (Red+Green+Blue) = 253+140+110=503 (66% of max value = 765). Red value is 253 (99.22% from 255 or 50.30% from 503); Green value is 140 (55.08% from 255 or 27.83% from 503); Blue value is 110 (43.36% from 255 or 21.87% from 503); Max value from RGB is 253 - color contains mainly: red. Hex color #FD8C6E is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #FD8C6E is #027391. Grayscale: #AAAAAA. Windows color (decimal): -160658 or 7245053. OLE color: 7245053.

HSL color Cylindrical-coordinate representation of color #FD8C6E: hue angle of 12.59º degrees, saturation: 0.97, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #FD8C6E is Cyan = 0, Magento = 0.45, Yellow = 0.57 and Black (K on CMYK) = 0.01.

Color convert

RGB253140110-
CMYK00.450.570.01
HSL12.59º97.28%71.18%-
HSV(B)12.59º56.52%99.22%-
XYZ52.740.7619.84-
YUV170.3793.94186.94-

RGB Variations

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

RGB

RED value IS 253 (99.22% from 255) = 50.30%
GREEN value IS 140 (55.08% from 255) = 27.83%
BLUE value IS 110 (43.36% from 255) = 21.87%
R=50.30%
G=27.83%
B=21.87%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.45
Y (Yellow) values IS 0.57
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal25314011000.450.570.0112.5997.2871.18
HexFD8C6E02D391d6147
Octal37521415605571115141107
Binary1111110110001100110111001011011110011110111000011000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FD8C6E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FD8C6E; }

 p { color: rgb(253,140,110); }

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

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

 a { background-color: rgb(253,140,110); }

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

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

 span { border-color: rgb(253,140,110); }

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