COLOR #FE680F

HEX: #FE680F
RGB: (254,104,15)

Color info

#FE680F contains mainly red color. Web safe color of #FE680F is #FF6600 (or #F60).

RGB color model

#FE680F color RGB value is (254,104,15).

  • red value is 254;
  • green value is 104;
  • blue value is 15.
RGB:
(254,104,15)
(100%,41%,6%)

RGB channels and saturation

R 254 of 255 = 100%
G 104 of 255 = 41%
B 15 of 255 = 6%

254
104
15

R + G + B ~ 49%. #FE680F is middle color (not dark and not light).

Portions of RGB colors in percentages

R + G + B =
254 + 104 + 15 = 373 (100%)
R 254 of 373 ~ 68.1%
G 104 of 373 ~ 27.88%
B 15 of 373 ~ 4.02%

%68.1
%27.88

CMYK color model

#FE680F color CMYK value is (0,59,94,0).

  • cyan value is 0.00%
  • magenta value is 59.06%
  • yellow value is 94.09%
  • key color value is 0.39%
CMYK:
(0,59,94,0)
C0M59Y94K0 
(0%,59%,94%,0%)
(0.00/0.59/0.94/0.00)	

CMYK percentages

%0
%59.06
%94.09
%0.39

Codes

Color #FE680F in popluar color models

FE680F
RGB25410415
HSL22°99.17%52.75%
HSB/HSV22°94.09%99.61%
CMYK0.00%59.06%94.09%
0.39%

Color #FE680F in popluar number systems.

HEXFE680F
Decimal25410415
Binary1111111011010001111
Octal37615017

Shades and tints

Shades of #FE680F

#FE680F
(254,104,15)
#E75F0E
(231,95,14)
#D0560D
(208,86,13)
#B94D0C
(185,77,12)
#A2440B
(162,68,11)
#8B3B0A
(139,59,10)
#743209
(116,50,9)
#5D2908
(93,41,8)
#462007
(70,32,7)
#2F1706
(47,23,6)
#180E05
(24,14,5)
#000000
(0,0,0)

Tints of #FE680F

#FE680F
(254,104,15)
#FE7524
(254,117,36)
#FE8239
(254,130,57)
#FE8F4E
(254,143,78)
#FE9C63
(254,156,99)
#FEA978
(254,169,120)
#FEB68D
(254,182,141)
#FEC3A2
(254,195,162)
#FED0B7
(254,208,183)
#FEDDCC
(254,221,204)
#FEEAE1
(254,234,225)
#FFFFFF
(255,255,255)

CSS3 styles

Examples of css and html codes for elements with #FE680F color. Also use rgb(254,104,15) instead hex code.

Text Font Color

.myTextColor { color: #FE680F; }

<p style="color:#FE680F">This sample text font color is #FE680F.</p>

This text font color is #FE680F.


Background Color

.myBgColor { background-color: #FE680F; }

<div style="background-color:#FE680F">Inner text</div>

This div background color is #FE680F.


Border color

.myBorderColor { border: 1px solid #FE680F; }

<div style="border:3px solid #FE680F">Div</div>

This div border color is #FE680F.


Opacity

.myOpacity80 { color: #FE680F; opacity: 0.8; }

<p style="color:#FE680F;opacity:0.8;">80%</p>

Text with #FE680F color and opacity 100% | 80% | 50% | 30%.

Background with opacity value 100%.

Background with opacity value 80%.

Background with opacity value 50%.

Background with opacity value 30%.

Text shadow color

.textShadow {text-shadow: 3px 3px 1px #FE680F;}

<p style="text-shadow: 3px 3px 1px #FE680F">Text here.</p>

This text has shadow with #FE680F color.

.textShadow {text-shadow: 3px 3px 1px #FE680F, 3px 3px 1px red;}

<p style="text-shadow: 3px 3px 1px #FE680F, 5px 5px 20px red">Text here.</p>

This text has shadow with #FE680F primary color and red secondary color.


Styles for old Internet Explorer:
.textShadow {filter: Shadow(Color=#FE680F, Direction=45, Strength=4)}

<p style="filter: Shadow(Color=#FE680F, Direction=45, Strength=4)">Text</p>

This text has shadow with #FE680F and red colors in old Internet Explorer.


Div box shadow color

/* css code */
.divShadow
{
  -moz-box-shadow:	1px 1px 3px 2px #FE680F;
  -webkit-box-shadow:	1px 1px 3px 2px #FE680F;
  box-shadow:		1px 1px 3px 2px #FE680F;
}

/* html code with inline style */
<div style="-moz-box-shadow: 1px 1px 3px 2px #FE680F;
-webkit-box-shadow: 1px 1px 3px 2px #FE680F;
box-shadow:1px 1px 3px 2px #FE680F;">
Div content here</div>
This div box has shadow with color #FE680F.

Preview

Color preview on black background

This text has color #FE680F on black background.


Color preview on white background

This text has color #FE680F on white background.



Black color preview on #FE680F background

This text has black color on #FE680F background.


White color preview on #FE680F background

This text has white color on #FE680F background.