Html Css Color HEX #FF9F80 Light Salmon

📋 copy color: '#FF9F80'

red 255 ◦ green 159 ◦ blue 128

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

Shades of Light Salmon #FF9F80

Tints of Light Salmon #FF9F80

RGB

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

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

 BLUE value IS 128 (50.39% from 255) = 23.62%

R = 47.05%
G = 29.34%
B = 23.62%

CMYK

 C value IS 0

 M value IS 0.38

 Y value IS 0.50

 K value IS 0

RGB Variations

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

Color information

#FF9F80 (or 0xFF9F80) is known color: Light Salmon. HEX triplet: FF, 9F and 80. RGB value is (255,159,128). Sum of RGB (Red+Green+Blue) = 255+159+128=542 (71% of max value = 765). Red value is 255 (100% from 255 or 47.05% from 542); Green value is 159 (62.5% from 255 or 29.34% from 542); Blue value is 128 (50.39% from 255 or 23.62% from 542); Max value from RGB is 255 - color contains mainly: red. Hex color #FF9F80 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #FF9F80 is #00607F. Grayscale: #B8B8B8. Windows color (decimal): -24704 or 8429567. OLE color: 8429567.

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

Color convert

RGB 255 159 128 -
CMYK 0 0.38 0.50 0
HSL 14.65º 1% 0.75% -
HSV(B) 14.65º 0.5% 1% -
XYZ 57.53 47.61 26.58 -
YUV 184.17 96.3 178.52 -
System Red Green Blue C M Y K H S L
Decimal 255 159 128 0 0.38 0.50 0 14.65 1 0.75
Hex FF 9F 80 0 26 32 0 F 64 4B
Octal 377 237 200 0 46 62 0 17 144 113
Binary 11111111 10011111 10000000 0 100110 110010 0 1111 1100100 1001011

Color Harmonies of #FF9F80

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FF9F80

Black with #FF9F80

Text Example


Text Example

White with #FF9F80

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FF9F80; }

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

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

background-color css

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

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

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

border-color css

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

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

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