#FF9972

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

Shades of Light Salmon #FF9972

Tints of Light Salmon #FF9972

Color information

#FF9972 (or 0xFF9972) is unknown color: approx Light Salmon. HEX triplet: FF, 99 and 72. RGB value is (255,153,114). Sum of RGB (Red+Green+Blue) = 255+153+114=522 (69% of max value = 765). Red value is 255 (100% from 255 or 48.85% from 522); Green value is 153 (60.16% from 255 or 29.31% from 522); Blue value is 114 (44.92% from 255 or 21.84% from 522); Max value from RGB is 255 - color contains mainly: red. Hex color #FF9972 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #FF9972 is #00668D. Grayscale: #B3B3B3. Windows color (decimal): -26254 or 7510527. OLE color: 7510527.

HSL color Cylindrical-coordinate representation of color #FF9972: hue angle of 16.6º 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 #FF9972 is Cyan = 0, Magento = 0.4, Yellow = 0.55 and Black (K on CMYK) = 0.

Color convert

RGB255153114-
CMYK00.40.550
HSL16.6º100%72.35%-
HSV(B)16.6º55.29%100%-
XYZ55.6745.2621.72-
YUV179.0591.29182.17-

RGB Variations

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

RGB

RED value IS 255 (100% from 255) = 48.85%
GREEN value IS 153 (60.16% from 255) = 29.31%
BLUE value IS 114 (44.92% from 255) = 21.84%
R=48.85%
G=29.31%
B=21.84%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.4
Y (Yellow) values IS 0.55
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal25515311400.40.55016.610072.35
HexFF9972028370116448
Octal37723116205067021144110
Binary11111111100110011110010010100011011101000111001001001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FF9972

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FF9972; }

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

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

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

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

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

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

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

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