#FF9A72

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

Shades of Light Salmon #FF9A72

Tints of Light Salmon #FF9A72

Color information

#FF9A72 (or 0xFF9A72) is unknown color: approx Light Salmon. HEX triplet: FF, 9A and 72. RGB value is (255,154,114). Sum of RGB (Red+Green+Blue) = 255+154+114=523 (69% of max value = 765). Red value is 255 (100% from 255 or 48.76% from 523); Green value is 154 (60.55% from 255 or 29.45% from 523); Blue value is 114 (44.92% from 255 or 21.80% from 523); Max value from RGB is 255 - color contains mainly: red. Hex color #FF9A72 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #FF9A72 is #00658D. Grayscale: #B3B3B3. Windows color (decimal): -25998 or 7510783. OLE color: 7510783.

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

Color convert

RGB255154114-
CMYK00.400.550
HSL17.02º100%72.35%-
HSV(B)17.02º55.29%100%-
XYZ55.8345.5921.78-
YUV179.6490.96181.75-

RGB Variations

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

RGB

RED value IS 255 (100% from 255) = 48.76%
GREEN value IS 154 (60.55% from 255) = 29.45%
BLUE value IS 114 (44.92% from 255) = 21.80%
R=48.76%
G=29.45%
B=21.80%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.40
Y (Yellow) values IS 0.55
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal25515411400.400.55017.0210072.35
HexFF9A72028370116448
Octal37723216205067021144110
Binary11111111100110101110010010100011011101000111001001001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FF9A72

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FF9A72; }

 p { color: rgb(255,154,114); }

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

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

 a { background-color: rgb(255,154,114); }

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

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

 span { border-color: rgb(255,154,114); }

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