Html Css Color HEX #FA876D Salmon

📋 copy color: '#FA876D'

red 250 ◦ green 135 ◦ blue 109

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

Shades of Salmon #FA876D

Tints of Salmon #FA876D

RGB

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

 GREEN value IS 135 (53.13% from 255) = 27.33%

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

R = 50.61%
G = 27.33%
B = 22.06%

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

#FA876D (or 0xFA876D) is known color: Salmon. HEX triplet: FA, 87 and 6D. RGB value is (250,135,109). Sum of RGB (Red+Green+Blue) = 250+135+109=494 (65% of max value = 765). Red value is 250 (98.05% from 255 or 50.61% from 494); Green value is 135 (53.12% from 255 or 27.33% from 494); Blue value is 109 (42.97% from 255 or 22.06% from 494); Max value from RGB is 250 - color contains mainly: red. Hex color #FA876D is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #FA876D is #057892. Grayscale: #A6A6A6. Windows color (decimal): -358547 or 7178234. OLE color: 7178234.

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

Color convert

RGB 250 135 109 -
CMYK 0 0.46 0.56 0.02
HSL 11.06º 0.93% 0.7% -
HSV(B) 11.06º 0.56% 0.98% -
XYZ 50.85 38.76 19.27 -
YUV 166.42 95.6 187.61 -
System Red Green Blue C M Y K H S L
Decimal 250 135 109 0 0.46 0.56 0.02 11.06 0.93 0.7
Hex FA 87 6D 0 2E 38 2 B 5D 46
Octal 372 207 155 0 56 70 2 13 135 106
Binary 11111010 10000111 1101101 0 101110 111000 10 1011 1011101 1000110

Color Harmonies of #FA876D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FA876D

Black with #FA876D

Text Example


Text Example

White with #FA876D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FA876D; }

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

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

background-color css

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

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

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

border-color css

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

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

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