Html Css Color HEX #F9A380 Light Salmon

📋 copy color: '#F9A380'

red 249 ◦ green 163 ◦ blue 128

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

Shades of Light Salmon #F9A380

Tints of Light Salmon #F9A380

RGB

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

 GREEN value IS 163 (64.06% from 255) = 30.19%

 BLUE value IS 128 (50.39% from 255) = 23.7%

R = 46.11%
G = 30.19%
B = 23.7%

CMYK

 C value IS 0

 M value IS 0.35

 Y value IS 0.49

 K value IS 0.02

RGB Variations

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

Color information

#F9A380 (or 0xF9A380) is known color: Light Salmon. HEX triplet: F9, A3 and 80. RGB value is (249,163,128). Sum of RGB (Red+Green+Blue) = 249+163+128=540 (71% of max value = 765). Red value is 249 (97.66% from 255 or 46.11% from 540); Green value is 163 (64.06% from 255 or 30.19% from 540); Blue value is 128 (50.39% from 255 or 23.70% from 540); Max value from RGB is 249 - color contains mainly: red. Hex color #F9A380 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #F9A380 is #065C7F. Grayscale: #B8B8B8. Windows color (decimal): -416896 or 8430585. OLE color: 8430585.

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

Color convert

RGB 249 163 128 -
CMYK 0 0.35 0.49 0.02
HSL 17.36º 0.91% 0.74% -
HSV(B) 17.36º 0.49% 0.98% -
XYZ 56.06 47.89 26.71 -
YUV 184.72 95.99 173.85 -
System Red Green Blue C M Y K H S L
Decimal 249 163 128 0 0.35 0.49 0.02 17.36 0.91 0.74
Hex F9 A3 80 0 23 31 2 11 5B 4A
Octal 371 243 200 0 43 61 2 21 133 112
Binary 11111001 10100011 10000000 0 100011 110001 10 10001 1011011 1001010

Color Harmonies of #F9A380

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F9A380

Black with #F9A380

Text Example


Text Example

White with #F9A380

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F9A380; }

 p { color: rgb(249,163,128); }

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

background-color css

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

 a { background-color: rgb(249,163,128); }

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

border-color css

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

 span { border-color: rgb(249,163,128); }

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