Html Css Color HEX #F9A076 Light Salmon

📋 copy color: '#F9A076'

red 249 ◦ green 160 ◦ blue 118

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

Shades of Light Salmon #F9A076

Tints of Light Salmon #F9A076

RGB

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

 GREEN value IS 160 (62.89% from 255) = 30.36%

 BLUE value IS 118 (46.48% from 255) = 22.39%

R = 47.25%
G = 30.36%
B = 22.39%

CMYK

 C value IS 0

 M value IS 0.36

 Y value IS 0.53

 K value IS 0.02

RGB Variations

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

Color information

#F9A076 (or 0xF9A076) is known color: Light Salmon. HEX triplet: F9, A0 and 76. RGB value is (249,160,118). Sum of RGB (Red+Green+Blue) = 249+160+118=527 (69% of max value = 765). Red value is 249 (97.66% from 255 or 47.25% from 527); Green value is 160 (62.89% from 255 or 30.36% from 527); Blue value is 118 (46.48% from 255 or 22.39% from 527); Max value from RGB is 249 - color contains mainly: red. Hex color #F9A076 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #F9A076 is #065F89. Grayscale: #B6B6B6. Windows color (decimal): -417674 or 7774457. OLE color: 7774457.

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

Color convert

RGB 249 160 118 -
CMYK 0 0.36 0.53 0.02
HSL 19.24º 0.92% 0.72% -
HSV(B) 19.24º 0.53% 0.98% -
XYZ 54.91 46.59 23.24 -
YUV 181.82 91.99 175.92 -
System Red Green Blue C M Y K H S L
Decimal 249 160 118 0 0.36 0.53 0.02 19.24 0.92 0.72
Hex F9 A0 76 0 24 35 2 13 5C 48
Octal 371 240 166 0 44 65 2 23 134 110
Binary 11111001 10100000 1110110 0 100100 110101 10 10011 1011100 1001000

Color Harmonies of #F9A076

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F9A076

Black with #F9A076

Text Example


Text Example

White with #F9A076

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F9A076; }

 p { color: rgb(249,160,118); }

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

background-color css

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

 a { background-color: rgb(249,160,118); }

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

border-color css

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

 span { border-color: rgb(249,160,118); }

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