#FD8268

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

Shades of Salmon #FD8268

Tints of Salmon #FD8268

Color information

#FD8268 (or 0xFD8268) is unknown color: approx Salmon. HEX triplet: FD, 82 and 68. RGB value is (253,130,104). Sum of RGB (Red+Green+Blue) = 253+130+104=487 (64% of max value = 765). Red value is 253 (99.22% from 255 or 51.95% from 487); Green value is 130 (51.17% from 255 or 26.69% from 487); Blue value is 104 (41.02% from 255 or 21.36% from 487); Max value from RGB is 253 - color contains mainly: red. Hex color #FD8268 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #FD8268 is #027D97. Grayscale: #A4A4A4. Windows color (decimal): -163224 or 6849277. OLE color: 6849277.

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

Color convert

RGB253130104-
CMYK00.490.590.01
HSL10.47º97.39%70%-
HSV(B)10.47º58.89%99.22%-
XYZ50.9937.8517.71-
YUV163.8194.25191.61-

RGB Variations

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

RGB

RED value IS 253 (99.22% from 255) = 51.95%
GREEN value IS 130 (51.17% from 255) = 26.69%
BLUE value IS 104 (41.02% from 255) = 21.36%
R=51.95%
G=26.69%
B=21.36%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.49
Y (Yellow) values IS 0.59
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal25313010400.490.590.0110.4797.3970
HexFD82680313B1a6146
Octal37520215006173112141106
Binary1111110110000010110100001100011110111101011000011000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FD8268

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FD8268; }

 p { color: rgb(253,130,104); }

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

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

 a { background-color: rgb(253,130,104); }

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

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

 span { border-color: rgb(253,130,104); }

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