Html Css Color HEX #F9A683 Light Salmon

📋 copy color: '#F9A683'

red 249 ◦ green 166 ◦ blue 131

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

Shades of Light Salmon #F9A683

Tints of Light Salmon #F9A683

RGB

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

 GREEN value IS 166 (65.23% from 255) = 30.4%

 BLUE value IS 131 (51.56% from 255) = 23.99%

R = 45.6%
G = 30.4%
B = 23.99%

CMYK

 C value IS 0

 M value IS 0.33

 Y value IS 0.47

 K value IS 0.02

RGB Variations

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

Color information

#F9A683 (or 0xF9A683) is known color: Light Salmon. HEX triplet: F9, A6 and 83. RGB value is (249,166,131). Sum of RGB (Red+Green+Blue) = 249+166+131=546 (72% of max value = 765). Red value is 249 (97.66% from 255 or 45.60% from 546); Green value is 166 (65.23% from 255 or 30.40% from 546); Blue value is 131 (51.56% from 255 or 23.99% from 546); Max value from RGB is 249 - color contains mainly: red. Hex color #F9A683 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #F9A683 is #06597C. Grayscale: #BBBBBB. Windows color (decimal): -416125 or 8627961. OLE color: 8627961.

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

Color convert

RGB 249 166 131 -
CMYK 0 0.33 0.47 0.02
HSL 17.8º 0.91% 0.75% -
HSV(B) 17.8º 0.47% 0.98% -
XYZ 56.8 49.05 27.95 -
YUV 186.83 96.5 172.35 -
System Red Green Blue C M Y K H S L
Decimal 249 166 131 0 0.33 0.47 0.02 17.8 0.91 0.75
Hex F9 A6 83 0 21 2F 2 12 5B 4B
Octal 371 246 203 0 41 57 2 22 133 113
Binary 11111001 10100110 10000011 0 100001 101111 10 10010 1011011 1001011

Color Harmonies of #F9A683

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F9A683

Black with #F9A683

Text Example


Text Example

White with #F9A683

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F9A683; }

 p { color: rgb(249,166,131); }

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

background-color css

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

 a { background-color: rgb(249,166,131); }

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

border-color css

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

 span { border-color: rgb(249,166,131); }

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