Html Css Color HEX #FAA380 Light Salmon

📋 copy color: '#FAA380'

red 250 ◦ green 163 ◦ blue 128

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

Shades of Light Salmon #FAA380

Tints of Light Salmon #FAA380

RGB

 RED value IS 250 (98.05% from 255) = 46.21%

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

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

R = 46.21%
G = 30.13%
B = 23.66%

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

#FAA380 (or 0xFAA380) is known color: Light Salmon. HEX triplet: FA, A3 and 80. RGB value is (250,163,128). Sum of RGB (Red+Green+Blue) = 250+163+128=541 (71% of max value = 765). Red value is 250 (98.05% from 255 or 46.21% from 541); Green value is 163 (64.06% from 255 or 30.13% from 541); Blue value is 128 (50.39% from 255 or 23.66% from 541); Max value from RGB is 250 - color contains mainly: red. Hex color #FAA380 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #FAA380 is #055C7F. Grayscale: #B9B9B9. Windows color (decimal): -351360 or 8430586. OLE color: 8430586.

HSL color Cylindrical-coordinate representation of color #FAA380: hue angle of 17.21º degrees, saturation: 0.92, 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 #FAA380 is Cyan = 0, Magento = 0.35, Yellow = 0.49 and Black (K on CMYK) = 0.02.

Color convert

RGB 250 163 128 -
CMYK 0 0.35 0.49 0.02
HSL 17.21º 0.92% 0.74% -
HSV(B) 17.21º 0.49% 0.98% -
XYZ 56.42 48.08 26.73 -
YUV 185.02 95.82 174.35 -
System Red Green Blue C M Y K H S L
Decimal 250 163 128 0 0.35 0.49 0.02 17.21 0.92 0.74
Hex FA A3 80 0 23 31 2 11 5C 4A
Octal 372 243 200 0 43 61 2 21 134 112
Binary 11111010 10100011 10000000 0 100011 110001 10 10001 1011100 1001010

Color Harmonies of #FAA380

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FAA380

Black with #FAA380

Text Example


Text Example

White with #FAA380

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FAA380; }

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

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

background-color css

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

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

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

border-color css

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

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

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