Html Css Color HEX #FE8C71 Salmon

📋 copy color: '#FE8C71'

red 254 ◦ green 140 ◦ blue 113

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

Shades of Salmon #FE8C71

Tints of Salmon #FE8C71

RGB

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

 GREEN value IS 140 (55.08% from 255) = 27.61%

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

R = 50.1%
G = 27.61%
B = 22.29%

CMYK

 C value IS 0

 M value IS 0.45

 Y value IS 0.56

 K value IS 0.00

RGB Variations

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

Color information

#FE8C71 (or 0xFE8C71) is known color: Salmon. HEX triplet: FE, 8C and 71. RGB value is (254,140,113). Sum of RGB (Red+Green+Blue) = 254+140+113=507 (67% of max value = 765). Red value is 254 (99.61% from 255 or 50.10% from 507); Green value is 140 (55.08% from 255 or 27.61% from 507); Blue value is 113 (44.53% from 255 or 22.29% from 507); Max value from RGB is 254 - color contains mainly: red. Hex color #FE8C71 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #FE8C71 is #01738E. Grayscale: #ABABAB. Windows color (decimal): -95119 or 7441662. OLE color: 7441662.

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

Color convert

RGB 254 140 113 -
CMYK 0 0.45 0.56 0.00
HSL 11.49º 0.99% 0.72% -
HSV(B) 11.49º 0.56% 1% -
XYZ 53.23 41.02 20.73 -
YUV 171.01 95.27 187.2 -
System Red Green Blue C M Y K H S L
Decimal 254 140 113 0 0.45 0.56 0.00 11.49 0.99 0.72
Hex FE 8C 71 0 2D 38 0 B 63 48
Octal 376 214 161 0 55 70 0 13 143 110
Binary 11111110 10001100 1110001 0 101101 111000 0 1011 1100011 1001000

Color Harmonies of #FE8C71

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FE8C71

Black with #FE8C71

Text Example


Text Example

White with #FE8C71

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FE8C71; }

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

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

background-color css

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

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

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

border-color css

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

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

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