Html Css Color HEX #FAA485 Light Salmon

📋 copy color: '#FAA485'

red 250 ◦ green 164 ◦ blue 133

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

Shades of Light Salmon #FAA485

Tints of Light Salmon #FAA485

RGB

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

 GREEN value IS 164 (64.45% from 255) = 29.98%

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

R = 45.7%
G = 29.98%
B = 24.31%

CMYK

 C value IS 0

 M value IS 0.34

 Y value IS 0.47

 K value IS 0.02

RGB Variations

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

Color information

#FAA485 (or 0xFAA485) is known color: Light Salmon. HEX triplet: FA, A4 and 85. RGB value is (250,164,133). Sum of RGB (Red+Green+Blue) = 250+164+133=547 (72% of max value = 765). Red value is 250 (98.05% from 255 or 45.70% from 547); Green value is 164 (64.45% from 255 or 29.98% from 547); Blue value is 133 (52.34% from 255 or 24.31% from 547); Max value from RGB is 250 - color contains mainly: red. Hex color #FAA485 is not a web safe color. Web safe color analog (approx): #FF9999. Inversed color of #FAA485 is #055B7A. Grayscale: #BABABA. Windows color (decimal): -351099 or 8758522. OLE color: 8758522.

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

Color convert

RGB 250 164 133 -
CMYK 0 0.34 0.47 0.02
HSL 15.9º 0.92% 0.75% -
HSV(B) 15.9º 0.47% 0.98% -
XYZ 56.93 48.57 28.56 -
YUV 186.18 97.99 173.52 -
System Red Green Blue C M Y K H S L
Decimal 250 164 133 0 0.34 0.47 0.02 15.9 0.92 0.75
Hex FA A4 85 0 22 2F 2 10 5C 4B
Octal 372 244 205 0 42 57 2 20 134 113
Binary 11111010 10100100 10000101 0 100010 101111 10 10000 1011100 1001011

Color Harmonies of #FAA485

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FAA485

Black with #FAA485

Text Example


Text Example

White with #FAA485

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FAA485; }

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

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

background-color css

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

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

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

border-color css

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

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

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