Html Css Color HEX #FAA381 Light Salmon

📋 copy color: '#FAA381'

red 250 ◦ green 163 ◦ blue 129

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

Shades of Light Salmon #FAA381

Tints of Light Salmon #FAA381

RGB

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

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

 BLUE value IS 129 (50.78% from 255) = 23.8%

R = 46.13%
G = 30.07%
B = 23.8%

CMYK

 C value IS 0

 M value IS 0.35

 Y value IS 0.48

 K value IS 0.02

RGB Variations

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

Color information

#FAA381 (or 0xFAA381) is known color: Light Salmon. HEX triplet: FA, A3 and 81. RGB value is (250,163,129). Sum of RGB (Red+Green+Blue) = 250+163+129=542 (71% of max value = 765). Red value is 250 (98.05% from 255 or 46.13% from 542); Green value is 163 (64.06% from 255 or 30.07% from 542); Blue value is 129 (50.78% from 255 or 23.80% from 542); Max value from RGB is 250 - color contains mainly: red. Hex color #FAA381 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #FAA381 is #055C7E. Grayscale: #B9B9B9. Windows color (decimal): -351359 or 8496122. OLE color: 8496122.

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

Color convert

RGB 250 163 129 -
CMYK 0 0.35 0.48 0.02
HSL 16.86º 0.92% 0.74% -
HSV(B) 16.86º 0.48% 0.98% -
XYZ 56.48 48.1 27.08 -
YUV 185.14 96.32 174.26 -
System Red Green Blue C M Y K H S L
Decimal 250 163 129 0 0.35 0.48 0.02 16.86 0.92 0.74
Hex FA A3 81 0 23 30 2 11 5C 4A
Octal 372 243 201 0 43 60 2 21 134 112
Binary 11111010 10100011 10000001 0 100011 110000 10 10001 1011100 1001010

Color Harmonies of #FAA381

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FAA381

Black with #FAA381

Text Example


Text Example

White with #FAA381

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FAA381; }

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

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

background-color css

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

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

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

border-color css

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

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

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