Html Css Color HEX #FE9B73 Light Salmon

📋 copy color: '#FE9B73'

red 254 ◦ green 155 ◦ blue 115

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

Shades of Light Salmon #FE9B73

Tints of Light Salmon #FE9B73

RGB

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

 GREEN value IS 155 (60.94% from 255) = 29.58%

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

R = 48.47%
G = 29.58%
B = 21.95%

CMYK

 C value IS 0

 M value IS 0.39

 Y value IS 0.55

 K value IS 0.00

RGB Variations

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

Color information

#FE9B73 (or 0xFE9B73) is known color: Light Salmon. HEX triplet: FE, 9B and 73. RGB value is (254,155,115). Sum of RGB (Red+Green+Blue) = 254+155+115=524 (69% of max value = 765). Red value is 254 (99.61% from 255 or 48.47% from 524); Green value is 155 (60.94% from 255 or 29.58% from 524); Blue value is 115 (45.31% from 255 or 21.95% from 524); Max value from RGB is 254 - color contains mainly: red. Hex color #FE9B73 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #FE9B73 is #01648C. Grayscale: #B4B4B4. Windows color (decimal): -91277 or 7576574. OLE color: 7576574.

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

Color convert

RGB 254 155 115 -
CMYK 0 0.39 0.55 0.00
HSL 17.27º 0.99% 0.72% -
HSV(B) 17.27º 0.55% 1% -
XYZ 55.69 45.75 22.12 -
YUV 180.04 91.3 180.75 -
System Red Green Blue C M Y K H S L
Decimal 254 155 115 0 0.39 0.55 0.00 17.27 0.99 0.72
Hex FE 9B 73 0 27 37 0 11 63 48
Octal 376 233 163 0 47 67 0 21 143 110
Binary 11111110 10011011 1110011 0 100111 110111 0 10001 1100011 1001000

Color Harmonies of #FE9B73

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FE9B73

Black with #FE9B73

Text Example


Text Example

White with #FE9B73

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FE9B73; }

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

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

background-color css

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

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

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

border-color css

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

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

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