Html Css Color HEX #FA8274 Salmon

📋 copy color: '#FA8274'

red 250 ◦ green 130 ◦ blue 116

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

Shades of Salmon #FA8274

Tints of Salmon #FA8274

RGB

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

 GREEN value IS 130 (51.17% from 255) = 26.21%

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

R = 50.4%
G = 26.21%
B = 23.39%

CMYK

 C value IS 0

 M value IS 0.48

 Y value IS 0.54

 K value IS 0.02

RGB Variations

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

Color information

#FA8274 (or 0xFA8274) is known color: Salmon. HEX triplet: FA, 82 and 74. RGB value is (250,130,116). Sum of RGB (Red+Green+Blue) = 250+130+116=496 (65% of max value = 765). Red value is 250 (98.05% from 255 or 50.40% from 496); Green value is 130 (51.17% from 255 or 26.21% from 496); Blue value is 116 (45.70% from 255 or 23.39% from 496); Max value from RGB is 250 - color contains mainly: red. Hex color #FA8274 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #FA8274 is #057D8B. Grayscale: #A4A4A4. Windows color (decimal): -359820 or 7635706. OLE color: 7635706.

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

Color convert

RGB 250 130 116 -
CMYK 0 0.48 0.54 0.02
HSL 6.27º 0.93% 0.72% -
HSV(B) 6.27º 0.54% 0.98% -
XYZ 50.56 37.55 21.11 -
YUV 164.28 100.76 189.14 -
System Red Green Blue C M Y K H S L
Decimal 250 130 116 0 0.48 0.54 0.02 6.27 0.93 0.72
Hex FA 82 74 0 30 36 2 6 5D 48
Octal 372 202 164 0 60 66 2 6 135 110
Binary 11111010 10000010 1110100 0 110000 110110 10 110 1011101 1001000

Color Harmonies of #FA8274

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FA8274

Black with #FA8274

Text Example


Text Example

White with #FA8274

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FA8274; }

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

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

background-color css

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

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

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

border-color css

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

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

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