Html Css Color HEX #FE8871 Salmon

📋 copy color: '#FE8871'

red 254 ◦ green 136 ◦ blue 113

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

Shades of Salmon #FE8871

Tints of Salmon #FE8871

RGB

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

 GREEN value IS 136 (53.52% from 255) = 27.04%

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

R = 50.5%
G = 27.04%
B = 22.47%

CMYK

 C value IS 0

 M value IS 0.46

 Y value IS 0.56

 K value IS 0.00

RGB Variations

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

Color information

#FE8871 (or 0xFE8871) is known color: Salmon. HEX triplet: FE, 88 and 71. RGB value is (254,136,113). Sum of RGB (Red+Green+Blue) = 254+136+113=503 (66% of max value = 765). Red value is 254 (99.61% from 255 or 50.50% from 503); Green value is 136 (53.52% from 255 or 27.04% from 503); Blue value is 113 (44.53% from 255 or 22.47% from 503); Max value from RGB is 254 - color contains mainly: red. Hex color #FE8871 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #FE8871 is #01778E. Grayscale: #A8A8A8. Windows color (decimal): -96143 or 7440638. OLE color: 7440638.

HSL color Cylindrical-coordinate representation of color #FE8871: hue angle of 9.79º 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 #FE8871 is Cyan = 0, Magento = 0.46, Yellow = 0.56 and Black (K on CMYK) = 0.00.

Color convert

RGB 254 136 113 -
CMYK 0 0.46 0.56 0.00
HSL 9.79º 0.99% 0.72% -
HSV(B) 9.79º 0.56% 1% -
XYZ 52.66 39.87 20.54 -
YUV 168.66 96.59 188.87 -
System Red Green Blue C M Y K H S L
Decimal 254 136 113 0 0.46 0.56 0.00 9.79 0.99 0.72
Hex FE 88 71 0 2E 38 0 A 63 48
Octal 376 210 161 0 56 70 0 12 143 110
Binary 11111110 10001000 1110001 0 101110 111000 0 1010 1100011 1001000

Color Harmonies of #FE8871

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FE8871

Black with #FE8871

Text Example


Text Example

White with #FE8871

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FE8871; }

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

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

background-color css

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

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

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

border-color css

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

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

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