#FD9C72

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

Shades of Light Salmon #FD9C72

Tints of Light Salmon #FD9C72

Color information

#FD9C72 (or 0xFD9C72) is unknown color: approx Light Salmon. HEX triplet: FD, 9C and 72. RGB value is (253,156,114). Sum of RGB (Red+Green+Blue) = 253+156+114=523 (69% of max value = 765). Red value is 253 (99.22% from 255 or 48.37% from 523); Green value is 156 (61.33% from 255 or 29.83% from 523); Blue value is 114 (44.92% from 255 or 21.80% from 523); Max value from RGB is 253 - color contains mainly: red. Hex color #FD9C72 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #FD9C72 is #02638D. Grayscale: #B4B4B4. Windows color (decimal): -156558 or 7511293. OLE color: 7511293.

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

Color convert

RGB253156114-
CMYK00.380.550.01
HSL18.13º97.2%71.96%-
HSV(B)18.13º54.94%99.22%-
XYZ55.4345.8721.85-
YUV180.2290.64179.92-

RGB Variations

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

RGB

RED value IS 253 (99.22% from 255) = 48.37%
GREEN value IS 156 (61.33% from 255) = 29.83%
BLUE value IS 114 (44.92% from 255) = 21.80%
R=48.37%
G=29.83%
B=21.80%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.38
Y (Yellow) values IS 0.55
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal25315611400.380.550.0118.1397.271.96
HexFD9C72026371126148
Octal37523416204667122141110
Binary11111101100111001110010010011011011111001011000011001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FD9C72

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FD9C72; }

 p { color: rgb(253,156,114); }

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

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

 a { background-color: rgb(253,156,114); }

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

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

 span { border-color: rgb(253,156,114); }

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