Html Css Color HEX #F9A17A Light Salmon

📋 copy color: '#F9A17A'

red 249 ◦ green 161 ◦ blue 122

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

Shades of Light Salmon #F9A17A

Tints of Light Salmon #F9A17A

RGB

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

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

 BLUE value IS 122 (48.05% from 255) = 22.93%

R = 46.8%
G = 30.26%
B = 22.93%

CMYK

 C value IS 0

 M value IS 0.35

 Y value IS 0.51

 K value IS 0.02

RGB Variations

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

Color information

#F9A17A (or 0xF9A17A) is known color: Light Salmon. HEX triplet: F9, A1 and 7A. RGB value is (249,161,122). Sum of RGB (Red+Green+Blue) = 249+161+122=532 (70% of max value = 765). Red value is 249 (97.66% from 255 or 46.80% from 532); Green value is 161 (63.28% from 255 or 30.26% from 532); Blue value is 122 (48.05% from 255 or 22.93% from 532); Max value from RGB is 249 - color contains mainly: red. Hex color #F9A17A is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #F9A17A is #065E85. Grayscale: #B7B7B7. Windows color (decimal): -417414 or 8036857. OLE color: 8036857.

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

Color convert

RGB 249 161 122 -
CMYK 0 0.35 0.51 0.02
HSL 18.43º 0.91% 0.73% -
HSV(B) 18.43º 0.51% 0.98% -
XYZ 55.32 47.03 24.58 -
YUV 182.87 93.65 175.17 -
System Red Green Blue C M Y K H S L
Decimal 249 161 122 0 0.35 0.51 0.02 18.43 0.91 0.73
Hex F9 A1 7A 0 23 33 2 12 5B 49
Octal 371 241 172 0 43 63 2 22 133 111
Binary 11111001 10100001 1111010 0 100011 110011 10 10010 1011011 1001001

Color Harmonies of #F9A17A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F9A17A

Black with #F9A17A

Text Example


Text Example

White with #F9A17A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F9A17A; }

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

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

background-color css

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

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

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

border-color css

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

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

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