Html Css Color HEX #FE8671 Salmon

📋 copy color: '#FE8671'

red 254 ◦ green 134 ◦ blue 113

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

Shades of Salmon #FE8671

Tints of Salmon #FE8671

RGB

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

 GREEN value IS 134 (52.73% from 255) = 26.75%

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

R = 50.7%
G = 26.75%
B = 22.55%

CMYK

 C value IS 0

 M value IS 0.47

 Y value IS 0.56

 K value IS 0.00

RGB Variations

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

Color information

#FE8671 (or 0xFE8671) is known color: Salmon. HEX triplet: FE, 86 and 71. RGB value is (254,134,113). Sum of RGB (Red+Green+Blue) = 254+134+113=501 (66% of max value = 765). Red value is 254 (99.61% from 255 or 50.70% from 501); Green value is 134 (52.73% from 255 or 26.75% from 501); Blue value is 113 (44.53% from 255 or 22.55% from 501); Max value from RGB is 254 - color contains mainly: red. Hex color #FE8671 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #FE8671 is #01798E. Grayscale: #A7A7A7. Windows color (decimal): -96655 or 7440126. OLE color: 7440126.

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

Color convert

RGB 254 134 113 -
CMYK 0 0.47 0.56 0.00
HSL 8.94º 0.99% 0.72% -
HSV(B) 8.94º 0.56% 1% -
XYZ 52.38 39.31 20.45 -
YUV 167.49 97.26 189.71 -
System Red Green Blue C M Y K H S L
Decimal 254 134 113 0 0.47 0.56 0.00 8.94 0.99 0.72
Hex FE 86 71 0 2F 38 0 9 63 48
Octal 376 206 161 0 57 70 0 11 143 110
Binary 11111110 10000110 1110001 0 101111 111000 0 1001 1100011 1001000

Color Harmonies of #FE8671

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FE8671

Black with #FE8671

Text Example


Text Example

White with #FE8671

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FE8671; }

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

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

background-color css

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

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

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

border-color css

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

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

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