Html Css Color HEX #FA886C Salmon

📋 copy color: '#FA886C'

red 250 ◦ green 136 ◦ blue 108

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

Shades of Salmon #FA886C

Tints of Salmon #FA886C

RGB

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

 GREEN value IS 136 (53.52% from 255) = 27.53%

 BLUE value IS 108 (42.58% from 255) = 21.86%

R = 50.61%
G = 27.53%
B = 21.86%

CMYK

 C value IS 0

 M value IS 0.46

 Y value IS 0.57

 K value IS 0.02

RGB Variations

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

Color information

#FA886C (or 0xFA886C) is known color: Salmon. HEX triplet: FA, 88 and 6C. RGB value is (250,136,108). Sum of RGB (Red+Green+Blue) = 250+136+108=494 (65% of max value = 765). Red value is 250 (98.05% from 255 or 50.61% from 494); Green value is 136 (53.52% from 255 or 27.53% from 494); Blue value is 108 (42.58% from 255 or 21.86% from 494); Max value from RGB is 250 - color contains mainly: red. Hex color #FA886C is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #FA886C is #057793. Grayscale: #A7A7A7. Windows color (decimal): -358292 or 7112954. OLE color: 7112954.

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

Color convert

RGB 250 136 108 -
CMYK 0 0.46 0.57 0.02
HSL 11.83º 0.93% 0.7% -
HSV(B) 11.83º 0.57% 0.98% -
XYZ 50.94 39.02 19.03 -
YUV 166.89 94.77 187.28 -
System Red Green Blue C M Y K H S L
Decimal 250 136 108 0 0.46 0.57 0.02 11.83 0.93 0.7
Hex FA 88 6C 0 2E 39 2 C 5D 46
Octal 372 210 154 0 56 71 2 14 135 106
Binary 11111010 10001000 1101100 0 101110 111001 10 1100 1011101 1000110

Color Harmonies of #FA886C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FA886C

Black with #FA886C

Text Example


Text Example

White with #FA886C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FA886C; }

 p { color: rgb(250,136,108); }

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

background-color css

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

 a { background-color: rgb(250,136,108); }

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

border-color css

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

 span { border-color: rgb(250,136,108); }

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