Html Css Color HEX #FE9873 Light Salmon

📋 copy color: '#FE9873'

red 254 ◦ green 152 ◦ blue 115

#FE9873
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Light Salmon #FE9873

Tints of Light Salmon #FE9873

RGB

 RED value IS 254 (99.61% from 255) = 48.75%

 GREEN value IS 152 (59.77% from 255) = 29.17%

 BLUE value IS 115 (45.31% from 255) = 22.07%

R = 48.75%
G = 29.17%
B = 22.07%

CMYK

 C value IS 0

 M value IS 0.40

 Y value IS 0.55

 K value IS 0.00

RGB Variations

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

Color information

#FE9873 (or 0xFE9873) is known color: Light Salmon. HEX triplet: FE, 98 and 73. RGB value is (254,152,115). Sum of RGB (Red+Green+Blue) = 254+152+115=521 (69% of max value = 765). Red value is 254 (99.61% from 255 or 48.75% from 521); Green value is 152 (59.77% from 255 or 29.17% from 521); Blue value is 115 (45.31% from 255 or 22.07% from 521); Max value from RGB is 254 - color contains mainly: red. Hex color #FE9873 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #FE9873 is #01678C. Grayscale: #B2B2B2. Windows color (decimal): -92045 or 7575806. OLE color: 7575806.

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

Color convert

RGB 254 152 115 -
CMYK 0 0.40 0.55 0.00
HSL 15.97º 0.99% 0.72% -
HSV(B) 15.97º 0.55% 1% -
XYZ 55.2 44.77 21.95 -
YUV 178.28 92.29 182.01 -
System Red Green Blue C M Y K H S L
Decimal 254 152 115 0 0.40 0.55 0.00 15.97 0.99 0.72
Hex FE 98 73 0 28 37 0 10 63 48
Octal 376 230 163 0 50 67 0 20 143 110
Binary 11111110 10011000 1110011 0 101000 110111 0 10000 1100011 1001000

Color Harmonies of #FE9873

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FE9873

Black with #FE9873

Text Example


Text Example

White with #FE9873

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FE9873; }

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

 H1.HeaderClassName
 {
   color: #FE9873;
 }
 .AnyTagClassName
 {
   color: #FE9873;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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