Html Css Color HEX #FA8674 Salmon

📋 copy color: '#FA8674'

red 250 ◦ green 134 ◦ blue 116

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

Shades of Salmon #FA8674

Tints of Salmon #FA8674

RGB

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

 GREEN value IS 134 (52.73% from 255) = 26.8%

 BLUE value IS 116 (45.7% from 255) = 23.2%

R = 50%
G = 26.8%
B = 23.2%

CMYK

 C value IS 0

 M value IS 0.46

 Y value IS 0.54

 K value IS 0.02

RGB Variations

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

Color information

#FA8674 (or 0xFA8674) is known color: Salmon. HEX triplet: FA, 86 and 74. RGB value is (250,134,116). Sum of RGB (Red+Green+Blue) = 250+134+116=500 (66% of max value = 765). Red value is 250 (98.05% from 255 or 50% from 500); Green value is 134 (52.73% from 255 or 26.8% from 500); Blue value is 116 (45.70% from 255 or 23.2% from 500); Max value from RGB is 250 - color contains mainly: red. Hex color #FA8674 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #FA8674 is #05798B. Grayscale: #A6A6A6. Windows color (decimal): -358796 or 7636730. OLE color: 7636730.

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

Color convert

RGB 250 134 116 -
CMYK 0 0.46 0.54 0.02
HSL 8.06º 0.93% 0.72% -
HSV(B) 8.06º 0.54% 0.98% -
XYZ 51.1 38.64 21.29 -
YUV 166.63 99.43 187.46 -
System Red Green Blue C M Y K H S L
Decimal 250 134 116 0 0.46 0.54 0.02 8.06 0.93 0.72
Hex FA 86 74 0 2E 36 2 8 5D 48
Octal 372 206 164 0 56 66 2 10 135 110
Binary 11111010 10000110 1110100 0 101110 110110 10 1000 1011101 1001000

Color Harmonies of #FA8674

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FA8674

Black with #FA8674

Text Example


Text Example

White with #FA8674

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FA8674; }

 p { color: rgb(250,134,116); }

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

background-color css

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

 a { background-color: rgb(250,134,116); }

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

border-color css

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

 span { border-color: rgb(250,134,116); }

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