Html Css Color HEX #FF9F73 Light Salmon

📋 copy color: '#FF9F73'

red 255 ◦ green 159 ◦ blue 115

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

Shades of Light Salmon #FF9F73

Tints of Light Salmon #FF9F73

RGB

 RED value IS 255 (100% from 255) = 48.2%

 GREEN value IS 159 (62.5% from 255) = 30.06%

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

R = 48.2%
G = 30.06%
B = 21.74%

CMYK

 C value IS 0

 M value IS 0.38

 Y value IS 0.55

 K value IS 0

RGB Variations

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

Color information

#FF9F73 (or 0xFF9F73) is known color: Light Salmon. HEX triplet: FF, 9F and 73. RGB value is (255,159,115). Sum of RGB (Red+Green+Blue) = 255+159+115=529 (70% of max value = 765). Red value is 255 (100% from 255 or 48.20% from 529); Green value is 159 (62.5% from 255 or 30.06% from 529); Blue value is 115 (45.31% from 255 or 21.74% from 529); Max value from RGB is 255 - color contains mainly: red. Hex color #FF9F73 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #FF9F73 is #00608C. Grayscale: #B6B6B6. Windows color (decimal): -24717 or 7577599. OLE color: 7577599.

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

Color convert

RGB 255 159 115 -
CMYK 0 0.38 0.55 0
HSL 18.86º 1% 0.73% -
HSV(B) 18.86º 0.55% 1% -
XYZ 56.73 47.29 22.36 -
YUV 182.69 89.8 179.58 -
System Red Green Blue C M Y K H S L
Decimal 255 159 115 0 0.38 0.55 0 18.86 1 0.73
Hex FF 9F 73 0 26 37 0 13 64 49
Octal 377 237 163 0 46 67 0 23 144 111
Binary 11111111 10011111 1110011 0 100110 110111 0 10011 1100100 1001001

Color Harmonies of #FF9F73

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FF9F73

Black with #FF9F73

Text Example


Text Example

White with #FF9F73

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FF9F73; }

 p { color: rgb(255,159,115); }

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

background-color css

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

 a { background-color: rgb(255,159,115); }

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

border-color css

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

 span { border-color: rgb(255,159,115); }

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