Html Css Color HEX #FA886D Salmon

📋 copy color: '#FA886D'

red 250 ◦ green 136 ◦ blue 109

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

Shades of Salmon #FA886D

Tints of Salmon #FA886D

RGB

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

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

 BLUE value IS 109 (42.97% from 255) = 22.02%

R = 50.51%
G = 27.47%
B = 22.02%

CMYK

 C value IS 0

 M value IS 0.46

 Y value IS 0.56

 K value IS 0.02

RGB Variations

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

Color information

#FA886D (or 0xFA886D) is known color: Salmon. HEX triplet: FA, 88 and 6D. RGB value is (250,136,109). Sum of RGB (Red+Green+Blue) = 250+136+109=495 (65% of max value = 765). Red value is 250 (98.05% from 255 or 50.51% from 495); Green value is 136 (53.52% from 255 or 27.47% from 495); Blue value is 109 (42.97% from 255 or 22.02% from 495); Max value from RGB is 250 - color contains mainly: red. Hex color #FA886D is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #FA886D is #057792. Grayscale: #A7A7A7. Windows color (decimal): -358291 or 7178490. OLE color: 7178490.

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

Color convert

RGB 250 136 109 -
CMYK 0 0.46 0.56 0.02
HSL 11.49º 0.93% 0.7% -
HSV(B) 11.49º 0.56% 0.98% -
XYZ 50.99 39.04 19.32 -
YUV 167.01 95.27 187.2 -
System Red Green Blue C M Y K H S L
Decimal 250 136 109 0 0.46 0.56 0.02 11.49 0.93 0.7
Hex FA 88 6D 0 2E 38 2 B 5D 46
Octal 372 210 155 0 56 70 2 13 135 106
Binary 11111010 10001000 1101101 0 101110 111000 10 1011 1011101 1000110

Color Harmonies of #FA886D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FA886D

Black with #FA886D

Text Example


Text Example

White with #FA886D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FA886D; }

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

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

background-color css

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

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

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

border-color css

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

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

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