Html Css Color HEX #F9A982 Light Salmon

📋 copy color: '#F9A982'

red 249 ◦ green 169 ◦ blue 130

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

Shades of Light Salmon #F9A982

Tints of Light Salmon #F9A982

RGB

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

 GREEN value IS 169 (66.41% from 255) = 30.84%

 BLUE value IS 130 (51.17% from 255) = 23.72%

R = 45.44%
G = 30.84%
B = 23.72%

CMYK

 C value IS 0

 M value IS 0.32

 Y value IS 0.48

 K value IS 0.02

RGB Variations

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

Color information

#F9A982 (or 0xF9A982) is known color: Light Salmon. HEX triplet: F9, A9 and 82. RGB value is (249,169,130). Sum of RGB (Red+Green+Blue) = 249+169+130=548 (72% of max value = 765). Red value is 249 (97.66% from 255 or 45.44% from 548); Green value is 169 (66.41% from 255 or 30.84% from 548); Blue value is 130 (51.17% from 255 or 23.72% from 548); Max value from RGB is 249 - color contains mainly: red. Hex color #F9A982 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #F9A982 is #06567D. Grayscale: #BCBCBC. Windows color (decimal): -415358 or 8563193. OLE color: 8563193.

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

Color convert

RGB 249 169 130 -
CMYK 0 0.32 0.48 0.02
HSL 19.66º 0.91% 0.74% -
HSV(B) 19.66º 0.48% 0.98% -
XYZ 57.28 50.13 27.78 -
YUV 188.47 95 171.17 -
System Red Green Blue C M Y K H S L
Decimal 249 169 130 0 0.32 0.48 0.02 19.66 0.91 0.74
Hex F9 A9 82 0 20 30 2 14 5B 4A
Octal 371 251 202 0 40 60 2 24 133 112
Binary 11111001 10101001 10000010 0 100000 110000 10 10100 1011011 1001010

Color Harmonies of #F9A982

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F9A982

Black with #F9A982

Text Example


Text Example

White with #F9A982

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F9A982; }

 p { color: rgb(249,169,130); }

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

background-color css

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

 a { background-color: rgb(249,169,130); }

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

border-color css

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

 span { border-color: rgb(249,169,130); }

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