Html Css Color HEX #FA8476 Salmon

📋 copy color: '#FA8476'

red 250 ◦ green 132 ◦ blue 118

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

Shades of Salmon #FA8476

Tints of Salmon #FA8476

RGB

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

 GREEN value IS 132 (51.95% from 255) = 26.4%

 BLUE value IS 118 (46.48% from 255) = 23.6%

R = 50%
G = 26.4%
B = 23.6%

CMYK

 C value IS 0

 M value IS 0.47

 Y value IS 0.53

 K value IS 0.02

RGB Variations

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

Color information

#FA8476 (or 0xFA8476) is known color: Salmon. HEX triplet: FA, 84 and 76. RGB value is (250,132,118). Sum of RGB (Red+Green+Blue) = 250+132+118=500 (66% of max value = 765). Red value is 250 (98.05% from 255 or 50% from 500); Green value is 132 (51.95% from 255 or 26.4% from 500); Blue value is 118 (46.48% from 255 or 23.6% from 500); Max value from RGB is 250 - color contains mainly: red. Hex color #FA8476 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #FA8476 is #057B89. Grayscale: #A5A5A5. Windows color (decimal): -359306 or 7767290. OLE color: 7767290.

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

Color convert

RGB 250 132 118 -
CMYK 0 0.47 0.53 0.02
HSL 6.36º 0.93% 0.72% -
HSV(B) 6.36º 0.53% 0.98% -
XYZ 50.95 38.13 21.82 -
YUV 165.69 101.09 188.14 -
System Red Green Blue C M Y K H S L
Decimal 250 132 118 0 0.47 0.53 0.02 6.36 0.93 0.72
Hex FA 84 76 0 2F 35 2 6 5D 48
Octal 372 204 166 0 57 65 2 6 135 110
Binary 11111010 10000100 1110110 0 101111 110101 10 110 1011101 1001000

Color Harmonies of #FA8476

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FA8476

Black with #FA8476

Text Example


Text Example

White with #FA8476

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FA8476; }

 p { color: rgb(250,132,118); }

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

background-color css

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

 a { background-color: rgb(250,132,118); }

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

border-color css

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

 span { border-color: rgb(250,132,118); }

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