#FD8C6F

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

Shades of Salmon #FD8C6F

Tints of Salmon #FD8C6F

Color information

#FD8C6F (or 0xFD8C6F) is unknown color: approx Salmon. HEX triplet: FD, 8C and 6F. RGB value is (253,140,111). Sum of RGB (Red+Green+Blue) = 253+140+111=504 (66% of max value = 765). Red value is 253 (99.22% from 255 or 50.20% from 504); Green value is 140 (55.08% from 255 or 27.78% from 504); Blue value is 111 (43.75% from 255 or 22.02% from 504); Max value from RGB is 253 - color contains mainly: red. Hex color #FD8C6F is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #FD8C6F is #027390. Grayscale: #AAAAAA. Windows color (decimal): -160657 or 7310589. OLE color: 7310589.

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

Color convert

RGB253140111-
CMYK00.450.560.01
HSL12.25º97.26%71.37%-
HSV(B)12.25º56.13%99.22%-
XYZ52.7640.7920.13-
YUV170.4894.44186.86-

RGB Variations

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

RGB

RED value IS 253 (99.22% from 255) = 50.20%
GREEN value IS 140 (55.08% from 255) = 27.78%
BLUE value IS 111 (43.75% from 255) = 22.02%
R=50.20%
G=27.78%
B=22.02%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.45
Y (Yellow) values IS 0.56
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal25314011100.450.560.0112.2597.2671.37
HexFD8C6F02D381c6147
Octal37521415705570114141107
Binary1111110110001100110111101011011110001110011000011000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FD8C6F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FD8C6F; }

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

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

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

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

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

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

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

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