#FF9872

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

Shades of Light Salmon #FF9872

Tints of Light Salmon #FF9872

Color information

#FF9872 (or 0xFF9872) is unknown color: approx Light Salmon. HEX triplet: FF, 98 and 72. RGB value is (255,152,114). Sum of RGB (Red+Green+Blue) = 255+152+114=521 (69% of max value = 765). Red value is 255 (100% from 255 or 48.94% from 521); Green value is 152 (59.77% from 255 or 29.17% from 521); Blue value is 114 (44.92% from 255 or 21.88% from 521); Max value from RGB is 255 - color contains mainly: red. Hex color #FF9872 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #FF9872 is #00678D. Grayscale: #B2B2B2. Windows color (decimal): -26510 or 7510271. OLE color: 7510271.

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

Color convert

RGB255152114-
CMYK00.400.550
HSL16.17º100%72.35%-
HSV(B)16.17º55.29%100%-
XYZ55.5144.9321.67-
YUV178.4691.62182.59-

RGB Variations

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

RGB

RED value IS 255 (100% from 255) = 48.94%
GREEN value IS 152 (59.77% from 255) = 29.17%
BLUE value IS 114 (44.92% from 255) = 21.88%
R=48.94%
G=29.17%
B=21.88%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.40
Y (Yellow) values IS 0.55
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal25515211400.400.55016.1710072.35
HexFF9872028370106448
Octal37723016205067020144110
Binary11111111100110001110010010100011011101000011001001001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FF9872

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FF9872; }

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

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

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

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

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

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

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

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