#FE9874

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

Shades of Light Salmon #FE9874

Tints of Light Salmon #FE9874

Color information

#FE9874 (or 0xFE9874) is unknown color: approx Light Salmon. HEX triplet: FE, 98 and 74. RGB value is (254,152,116). Sum of RGB (Red+Green+Blue) = 254+152+116=522 (69% of max value = 765). Red value is 254 (99.61% from 255 or 48.66% from 522); Green value is 152 (59.77% from 255 or 29.12% from 522); Blue value is 116 (45.70% from 255 or 22.22% from 522); Max value from RGB is 254 - color contains mainly: red. Hex color #FE9874 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #FE9874 is #01678B. Grayscale: #B2B2B2. Windows color (decimal): -92044 or 7641342. OLE color: 7641342.

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

Color convert

RGB254152116-
CMYK00.400.540.00
HSL15.65º98.57%72.55%-
HSV(B)15.65º54.33%99.61%-
XYZ55.2544.7922.26-
YUV178.3992.79181.93-

RGB Variations

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

RGB

RED value IS 254 (99.61% from 255) = 48.66%
GREEN value IS 152 (59.77% from 255) = 29.12%
BLUE value IS 116 (45.70% from 255) = 22.22%
R=48.66%
G=29.12%
B=22.22%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.40
Y (Yellow) values IS 0.54
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal25415211600.400.540.0015.6598.5772.55
HexFE9874028360106349
Octal37623016405066020143111
Binary11111110100110001110100010100011011001000011000111001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FE9874

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FE9874; }

 p { color: rgb(254,152,116); }

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

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

 a { background-color: rgb(254,152,116); }

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

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

 span { border-color: rgb(254,152,116); }

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