Html Css Color HEX #FA8E74 Salmon

📋 copy color: '#FA8E74'

red 250 ◦ green 142 ◦ blue 116

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

Shades of Salmon #FA8E74

Tints of Salmon #FA8E74

RGB

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

 GREEN value IS 142 (55.86% from 255) = 27.95%

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

R = 49.21%
G = 27.95%
B = 22.83%

CMYK

 C value IS 0

 M value IS 0.43

 Y value IS 0.54

 K value IS 0.02

RGB Variations

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

Color information

#FA8E74 (or 0xFA8E74) is known color: Salmon. HEX triplet: FA, 8E and 74. RGB value is (250,142,116). Sum of RGB (Red+Green+Blue) = 250+142+116=508 (67% of max value = 765). Red value is 250 (98.05% from 255 or 49.21% from 508); Green value is 142 (55.86% from 255 or 27.95% from 508); Blue value is 116 (45.70% from 255 or 22.83% from 508); Max value from RGB is 250 - color contains mainly: red. Hex color #FA8E74 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #FA8E74 is #05718B. Grayscale: #ABABAB. Windows color (decimal): -356748 or 7638778. OLE color: 7638778.

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

Color convert

RGB 250 142 116 -
CMYK 0 0.43 0.54 0.02
HSL 11.64º 0.93% 0.72% -
HSV(B) 11.64º 0.54% 0.98% -
XYZ 52.25 40.93 21.67 -
YUV 171.33 96.78 184.11 -
System Red Green Blue C M Y K H S L
Decimal 250 142 116 0 0.43 0.54 0.02 11.64 0.93 0.72
Hex FA 8E 74 0 2B 36 2 C 5D 48
Octal 372 216 164 0 53 66 2 14 135 110
Binary 11111010 10001110 1110100 0 101011 110110 10 1100 1011101 1001000

Color Harmonies of #FA8E74

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FA8E74

Black with #FA8E74

Text Example


Text Example

White with #FA8E74

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FA8E74; }

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

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

background-color css

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

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

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

border-color css

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

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

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