Html Css Color HEX #F9A582 Light Salmon

📋 copy color: '#F9A582'

red 249 ◦ green 165 ◦ blue 130

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

Shades of Light Salmon #F9A582

Tints of Light Salmon #F9A582

RGB

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

 GREEN value IS 165 (64.84% from 255) = 30.33%

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

R = 45.77%
G = 30.33%
B = 23.9%

CMYK

 C value IS 0

 M value IS 0.34

 Y value IS 0.48

 K value IS 0.02

RGB Variations

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

Color information

#F9A582 (or 0xF9A582) is known color: Light Salmon. HEX triplet: F9, A5 and 82. RGB value is (249,165,130). Sum of RGB (Red+Green+Blue) = 249+165+130=544 (72% of max value = 765). Red value is 249 (97.66% from 255 or 45.77% from 544); Green value is 165 (64.84% from 255 or 30.33% from 544); Blue value is 130 (51.17% from 255 or 23.90% from 544); Max value from RGB is 249 - color contains mainly: red. Hex color #F9A582 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #F9A582 is #065A7D. Grayscale: #BABABA. Windows color (decimal): -416382 or 8562169. OLE color: 8562169.

HSL color Cylindrical-coordinate representation of color #F9A582: hue angle of 17.65º 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 #F9A582 is Cyan = 0, Magento = 0.34, Yellow = 0.48 and Black (K on CMYK) = 0.02.

Color convert

RGB 249 165 130 -
CMYK 0 0.34 0.48 0.02
HSL 17.65º 0.91% 0.74% -
HSV(B) 17.65º 0.48% 0.98% -
XYZ 56.55 48.66 27.53 -
YUV 186.13 96.33 172.85 -
System Red Green Blue C M Y K H S L
Decimal 249 165 130 0 0.34 0.48 0.02 17.65 0.91 0.74
Hex F9 A5 82 0 22 30 2 12 5B 4A
Octal 371 245 202 0 42 60 2 22 133 112
Binary 11111001 10100101 10000010 0 100010 110000 10 10010 1011011 1001010

Color Harmonies of #F9A582

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F9A582

Black with #F9A582

Text Example


Text Example

White with #F9A582

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F9A582; }

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

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

background-color css

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

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

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

border-color css

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

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

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