Html Css Color HEX #F9A17C Light Salmon

📋 copy color: '#F9A17C'

red 249 ◦ green 161 ◦ blue 124

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

Shades of Light Salmon #F9A17C

Tints of Light Salmon #F9A17C

RGB

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

 GREEN value IS 161 (63.28% from 255) = 30.15%

 BLUE value IS 124 (48.83% from 255) = 23.22%

R = 46.63%
G = 30.15%
B = 23.22%

CMYK

 C value IS 0

 M value IS 0.35

 Y value IS 0.50

 K value IS 0.02

RGB Variations

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

Color information

#F9A17C (or 0xF9A17C) is known color: Light Salmon. HEX triplet: F9, A1 and 7C. RGB value is (249,161,124). Sum of RGB (Red+Green+Blue) = 249+161+124=534 (70% of max value = 765). Red value is 249 (97.66% from 255 or 46.63% from 534); Green value is 161 (63.28% from 255 or 30.15% from 534); Blue value is 124 (48.83% from 255 or 23.22% from 534); Max value from RGB is 249 - color contains mainly: red. Hex color #F9A17C is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #F9A17C is #065E83. Grayscale: #B7B7B7. Windows color (decimal): -417412 or 8167929. OLE color: 8167929.

HSL color Cylindrical-coordinate representation of color #F9A17C: hue angle of 17.76º degrees, saturation: 0.91, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #F9A17C is Cyan = 0, Magento = 0.35, Yellow = 0.50 and Black (K on CMYK) = 0.02.

Color convert

RGB 249 161 124 -
CMYK 0 0.35 0.50 0.02
HSL 17.76º 0.91% 0.73% -
HSV(B) 17.76º 0.5% 0.98% -
XYZ 55.45 47.08 25.23 -
YUV 183.09 94.65 175.01 -
System Red Green Blue C M Y K H S L
Decimal 249 161 124 0 0.35 0.50 0.02 17.76 0.91 0.73
Hex F9 A1 7C 0 23 32 2 12 5B 49
Octal 371 241 174 0 43 62 2 22 133 111
Binary 11111001 10100001 1111100 0 100011 110010 10 10010 1011011 1001001

Color Harmonies of #F9A17C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F9A17C

Black with #F9A17C

Text Example


Text Example

White with #F9A17C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F9A17C; }

 p { color: rgb(249,161,124); }

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

background-color css

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

 a { background-color: rgb(249,161,124); }

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

border-color css

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

 span { border-color: rgb(249,161,124); }

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