Html Css Color HEX #FAA17F Light Salmon

📋 copy color: '#FAA17F'

red 250 ◦ green 161 ◦ blue 127

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

Shades of Light Salmon #FAA17F

Tints of Light Salmon #FAA17F

RGB

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

 GREEN value IS 161 (63.28% from 255) = 29.93%

 BLUE value IS 127 (50% from 255) = 23.61%

R = 46.47%
G = 29.93%
B = 23.61%

CMYK

 C value IS 0

 M value IS 0.36

 Y value IS 0.49

 K value IS 0.02

RGB Variations

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

Color information

#FAA17F (or 0xFAA17F) is known color: Light Salmon. HEX triplet: FA, A1 and 7F. RGB value is (250,161,127). Sum of RGB (Red+Green+Blue) = 250+161+127=538 (71% of max value = 765). Red value is 250 (98.05% from 255 or 46.47% from 538); Green value is 161 (63.28% from 255 or 29.93% from 538); Blue value is 127 (50% from 255 or 23.61% from 538); Max value from RGB is 250 - color contains mainly: red. Hex color #FAA17F is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #FAA17F is #055E80. Grayscale: #B7B7B7. Windows color (decimal): -351873 or 8364538. OLE color: 8364538.

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

Color convert

RGB 250 161 127 -
CMYK 0 0.36 0.49 0.02
HSL 16.59º 0.92% 0.74% -
HSV(B) 16.59º 0.49% 0.98% -
XYZ 56 47.35 26.27 -
YUV 183.74 95.99 175.26 -
System Red Green Blue C M Y K H S L
Decimal 250 161 127 0 0.36 0.49 0.02 16.59 0.92 0.74
Hex FA A1 7F 0 24 31 2 11 5C 4A
Octal 372 241 177 0 44 61 2 21 134 112
Binary 11111010 10100001 1111111 0 100100 110001 10 10001 1011100 1001010

Color Harmonies of #FAA17F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FAA17F

Black with #FAA17F

Text Example


Text Example

White with #FAA17F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FAA17F; }

 p { color: rgb(250,161,127); }

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

background-color css

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

 a { background-color: rgb(250,161,127); }

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

border-color css

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

 span { border-color: rgb(250,161,127); }

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