Html Css Color HEX #FA8C6F Salmon

📋 copy color: '#FA8C6F'

red 250 ◦ green 140 ◦ blue 111

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

Shades of Salmon #FA8C6F

Tints of Salmon #FA8C6F

RGB

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

 GREEN value IS 140 (55.08% from 255) = 27.94%

 BLUE value IS 111 (43.75% from 255) = 22.16%

R = 49.9%
G = 27.94%
B = 22.16%

CMYK

 C value IS 0

 M value IS 0.44

 Y value IS 0.56

 K value IS 0.02

RGB Variations

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

Color information

#FA8C6F (or 0xFA8C6F) is known color: Salmon. HEX triplet: FA, 8C and 6F. RGB value is (250,140,111). Sum of RGB (Red+Green+Blue) = 250+140+111=501 (66% of max value = 765). Red value is 250 (98.05% from 255 or 49.90% from 501); Green value is 140 (55.08% from 255 or 27.94% from 501); Blue value is 111 (43.75% from 255 or 22.16% from 501); Max value from RGB is 250 - color contains mainly: red. Hex color #FA8C6F is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #FA8C6F is #057390. Grayscale: #A9A9A9. Windows color (decimal): -357265 or 7310586. OLE color: 7310586.

HSL color Cylindrical-coordinate representation of color #FA8C6F: hue angle of 12.52º degrees, saturation: 0.93, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #FA8C6F is Cyan = 0, Magento = 0.44, Yellow = 0.56 and Black (K on CMYK) = 0.02.

Color convert

RGB 250 140 111 -
CMYK 0 0.44 0.56 0.02
HSL 12.52º 0.93% 0.71% -
HSV(B) 12.52º 0.56% 0.98% -
XYZ 51.67 40.23 20.08 -
YUV 169.58 94.94 185.36 -
System Red Green Blue C M Y K H S L
Decimal 250 140 111 0 0.44 0.56 0.02 12.52 0.93 0.71
Hex FA 8C 6F 0 2C 38 2 D 5D 47
Octal 372 214 157 0 54 70 2 15 135 107
Binary 11111010 10001100 1101111 0 101100 111000 10 1101 1011101 1000111

Color Harmonies of #FA8C6F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FA8C6F

Black with #FA8C6F

Text Example


Text Example

White with #FA8C6F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FA8C6F; }

 p { color: rgb(250,140,111); }

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

background-color css

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

 a { background-color: rgb(250,140,111); }

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

border-color css

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

 span { border-color: rgb(250,140,111); }

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