Html Css Color HEX #FA8672 Salmon

📋 copy color: '#FA8672'

red 250 ◦ green 134 ◦ blue 114

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

Shades of Salmon #FA8672

Tints of Salmon #FA8672

RGB

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

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

 BLUE value IS 114 (44.92% from 255) = 22.89%

R = 50.2%
G = 26.91%
B = 22.89%

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

#FA8672 (or 0xFA8672) is known color: Salmon. HEX triplet: FA, 86 and 72. RGB value is (250,134,114). Sum of RGB (Red+Green+Blue) = 250+134+114=498 (65% of max value = 765). Red value is 250 (98.05% from 255 or 50.20% from 498); Green value is 134 (52.73% from 255 or 26.91% from 498); Blue value is 114 (44.92% from 255 or 22.89% from 498); Max value from RGB is 250 - color contains mainly: red. Hex color #FA8672 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #FA8672 is #05798D. Grayscale: #A6A6A6. Windows color (decimal): -358798 or 7505658. OLE color: 7505658.

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

Color convert

RGB 250 134 114 -
CMYK 0 0.46 0.54 0.02
HSL 8.82º 0.93% 0.71% -
HSV(B) 8.82º 0.54% 0.98% -
XYZ 50.99 38.59 20.68 -
YUV 166.4 98.43 187.63 -
System Red Green Blue C M Y K H S L
Decimal 250 134 114 0 0.46 0.54 0.02 8.82 0.93 0.71
Hex FA 86 72 0 2E 36 2 9 5D 47
Octal 372 206 162 0 56 66 2 11 135 107
Binary 11111010 10000110 1110010 0 101110 110110 10 1001 1011101 1000111

Color Harmonies of #FA8672

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FA8672

Black with #FA8672

Text Example


Text Example

White with #FA8672

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FA8672; }

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

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

background-color css

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

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

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

border-color css

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

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

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