Html Css Color HEX #F99F80 Light Salmon

📋 copy color: '#F99F80'

red 249 ◦ green 159 ◦ blue 128

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

Shades of Light Salmon #F99F80

Tints of Light Salmon #F99F80

RGB

 RED value IS 249 (97.66% from 255) = 46.46%

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

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

R = 46.46%
G = 29.66%
B = 23.88%

CMYK

 C value IS 0

 M value IS 0.36

 Y value IS 0.49

 K value IS 0.02

RGB Variations

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

Color information

#F99F80 (or 0xF99F80) is known color: Light Salmon. HEX triplet: F9, 9F and 80. RGB value is (249,159,128). Sum of RGB (Red+Green+Blue) = 249+159+128=536 (70% of max value = 765). Red value is 249 (97.66% from 255 or 46.46% from 536); Green value is 159 (62.5% from 255 or 29.66% from 536); Blue value is 128 (50.39% from 255 or 23.88% from 536); Max value from RGB is 249 - color contains mainly: red. Hex color #F99F80 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #F99F80 is #06607F. Grayscale: #B6B6B6. Windows color (decimal): -417920 or 8429561. OLE color: 8429561.

HSL color Cylindrical-coordinate representation of color #F99F80: hue angle of 15.37º degrees, saturation: 0.91, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #F99F80 is Cyan = 0, Magento = 0.36, Yellow = 0.49 and Black (K on CMYK) = 0.02.

Color convert

RGB 249 159 128 -
CMYK 0 0.36 0.49 0.02
HSL 15.37º 0.91% 0.74% -
HSV(B) 15.37º 0.49% 0.98% -
XYZ 55.36 46.49 26.48 -
YUV 182.38 97.32 175.52 -
System Red Green Blue C M Y K H S L
Decimal 249 159 128 0 0.36 0.49 0.02 15.37 0.91 0.74
Hex F9 9F 80 0 24 31 2 F 5B 4A
Octal 371 237 200 0 44 61 2 17 133 112
Binary 11111001 10011111 10000000 0 100100 110001 10 1111 1011011 1001010

Color Harmonies of #F99F80

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F99F80

Black with #F99F80

Text Example


Text Example

White with #F99F80

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F99F80; }

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

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

background-color css

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

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

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

border-color css

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

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

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