Html Css Color HEX #FE8674 Salmon

📋 copy color: '#FE8674'

red 254 ◦ green 134 ◦ blue 116

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

Shades of Salmon #FE8674

Tints of Salmon #FE8674

RGB

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

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

 BLUE value IS 116 (45.7% from 255) = 23.02%

R = 50.4%
G = 26.59%
B = 23.02%

CMYK

 C value IS 0

 M value IS 0.47

 Y value IS 0.54

 K value IS 0.00

RGB Variations

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

Color information

#FE8674 (or 0xFE8674) is known color: Salmon. HEX triplet: FE, 86 and 74. RGB value is (254,134,116). Sum of RGB (Red+Green+Blue) = 254+134+116=504 (66% of max value = 765). Red value is 254 (99.61% from 255 or 50.40% from 504); Green value is 134 (52.73% from 255 or 26.59% from 504); Blue value is 116 (45.70% from 255 or 23.02% from 504); Max value from RGB is 254 - color contains mainly: red. Hex color #FE8674 is not a web safe color. Web safe color analog (approx): #FF9966. Inversed color of #FE8674 is #01798B. Grayscale: #A8A8A8. Windows color (decimal): -96652 or 7636734. OLE color: 7636734.

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

Color convert

RGB 254 134 116 -
CMYK 0 0.47 0.54 0.00
HSL 7.83º 0.99% 0.73% -
HSV(B) 7.83º 0.54% 1% -
XYZ 52.55 39.38 21.35 -
YUV 167.83 98.76 189.46 -
System Red Green Blue C M Y K H S L
Decimal 254 134 116 0 0.47 0.54 0.00 7.83 0.99 0.73
Hex FE 86 74 0 2F 36 0 8 63 49
Octal 376 206 164 0 57 66 0 10 143 111
Binary 11111110 10000110 1110100 0 101111 110110 0 1000 1100011 1001001

Color Harmonies of #FE8674

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FE8674

Black with #FE8674

Text Example


Text Example

White with #FE8674

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FE8674; }

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

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

background-color css

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

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

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

border-color css

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

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

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