Html Css Color HEX #FAA385 Light Salmon

📋 copy color: '#FAA385'

red 250 ◦ green 163 ◦ blue 133

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

Shades of Light Salmon #FAA385

Tints of Light Salmon #FAA385

RGB

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

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

 BLUE value IS 133 (52.34% from 255) = 24.36%

R = 45.79%
G = 29.85%
B = 24.36%

CMYK

 C value IS 0

 M value IS 0.35

 Y value IS 0.47

 K value IS 0.02

RGB Variations

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

Color information

#FAA385 (or 0xFAA385) is known color: Light Salmon. HEX triplet: FA, A3 and 85. RGB value is (250,163,133). Sum of RGB (Red+Green+Blue) = 250+163+133=546 (72% of max value = 765). Red value is 250 (98.05% from 255 or 45.79% from 546); Green value is 163 (64.06% from 255 or 29.85% from 546); Blue value is 133 (52.34% from 255 or 24.36% from 546); Max value from RGB is 250 - color contains mainly: red. Hex color #FAA385 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #FAA385 is #055C7A. Grayscale: #B9B9B9. Windows color (decimal): -351355 or 8758266. OLE color: 8758266.

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

Color convert

RGB 250 163 133 -
CMYK 0 0.35 0.47 0.02
HSL 15.38º 0.92% 0.75% -
HSV(B) 15.38º 0.47% 0.98% -
XYZ 56.76 48.21 28.5 -
YUV 185.59 98.32 173.94 -
System Red Green Blue C M Y K H S L
Decimal 250 163 133 0 0.35 0.47 0.02 15.38 0.92 0.75
Hex FA A3 85 0 23 2F 2 F 5C 4B
Octal 372 243 205 0 43 57 2 17 134 113
Binary 11111010 10100011 10000101 0 100011 101111 10 1111 1011100 1001011

Color Harmonies of #FAA385

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FAA385

Black with #FAA385

Text Example


Text Example

White with #FAA385

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FAA385; }

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

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

background-color css

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

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

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

border-color css

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

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

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