#FE8407

Color #FE8407 Dark Orange (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Dark Orange #FE8407

Tints of Dark Orange #FE8407

Color information

#FE8407 (or 0xFE8407) is unknown color: approx Dark Orange. HEX triplet: FE, 84 and 07. RGB value is (254,132,7). Sum of RGB (Red+Green+Blue) = 254+132+7=393 (52% of max value = 765). Red value is 254 (99.61% from 255 or 64.63% from 393); Green value is 132 (51.95% from 255 or 33.59% from 393); Blue value is 7 (3.12% from 255 or 1.78% from 393); Max value from RGB is 254 - color contains mainly: red. Hex color #FE8407 is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #FE8407 is #017BF8. Grayscale: #9A9A9A. Windows color (decimal): -97273 or 492798. OLE color: 492798.

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

Color convert

RGB2541327-
CMYK00.480.970.00
HSL30.36º99.2%51.18%-
HSV(B)30.36º97.24%99.61%-
XYZ49.1637.594.87-
YUV154.2344.92199.16-

RGB Variations

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

RGB

RED value IS 254 (99.61% from 255) = 64.63%
GREEN value IS 132 (51.95% from 255) = 33.59%
BLUE value IS 7 (3.12% from 255) = 1.78%
R=64.63%
G=33.59%
B=1.78%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.48
Y (Yellow) values IS 0.97
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal254132700.480.970.0030.3699.251.18
HexFE8470306101e6333
Octal376204706014103614363
Binary1111111010000100111011000011000010111101100011110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FE8407

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FE8407; }

 p { color: rgb(254,132,7); }

 H1.HeaderClassName
 {
   color: #FE8407;
 }
 .AnyTagClassName
 {
   color: #FE8407;
 }
</style>
background-color css

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

 a { background-color: rgb(254,132,7); }

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

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

 span { border-color: rgb(254,132,7); }

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