Html Css Color HEX #FE8471 Salmon

📋 copy color: '#FE8471'

red 254 ◦ green 132 ◦ blue 113

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

Shades of Salmon #FE8471

Tints of Salmon #FE8471

RGB

 RED value IS 254 (99.61% from 255) = 50.9%

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

 BLUE value IS 113 (44.53% from 255) = 22.65%

R = 50.9%
G = 26.45%
B = 22.65%

CMYK

 C value IS 0

 M value IS 0.48

 Y value IS 0.56

 K value IS 0.00

RGB Variations

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

Color information

#FE8471 (or 0xFE8471) is known color: Salmon. HEX triplet: FE, 84 and 71. RGB value is (254,132,113). Sum of RGB (Red+Green+Blue) = 254+132+113=499 (66% of max value = 765). Red value is 254 (99.61% from 255 or 50.90% from 499); Green value is 132 (51.95% from 255 or 26.45% from 499); Blue value is 113 (44.53% from 255 or 22.65% from 499); Max value from RGB is 254 - color contains mainly: red. Hex color #FE8471 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #FE8471 is #017B8E. Grayscale: #A6A6A6. Windows color (decimal): -97167 or 7439614. OLE color: 7439614.

HSL color Cylindrical-coordinate representation of color #FE8471: hue angle of 8.09º degrees, saturation: 0.99, lightness: 0.72%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #FE8471 is Cyan = 0, Magento = 0.48, Yellow = 0.56 and Black (K on CMYK) = 0.00.

Color convert

RGB 254 132 113 -
CMYK 0 0.48 0.56 0.00
HSL 8.09º 0.99% 0.72% -
HSV(B) 8.09º 0.56% 1% -
XYZ 52.1 38.77 20.36 -
YUV 166.31 97.92 190.54 -
System Red Green Blue C M Y K H S L
Decimal 254 132 113 0 0.48 0.56 0.00 8.09 0.99 0.72
Hex FE 84 71 0 30 38 0 8 63 48
Octal 376 204 161 0 60 70 0 10 143 110
Binary 11111110 10000100 1110001 0 110000 111000 0 1000 1100011 1001000

Color Harmonies of #FE8471

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FE8471

Black with #FE8471

Text Example


Text Example

White with #FE8471

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FE8471; }

 p { color: rgb(254,132,113); }

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

background-color css

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

 a { background-color: rgb(254,132,113); }

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

border-color css

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

 span { border-color: rgb(254,132,113); }

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