#fe8305

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

Shades of Dark Orange #FE8305

Tints of Dark Orange #FE8305

Color information

#FE8305 (or 0xFE8305) is unknown color: approx Dark Orange. HEX triplet: FE, 83 and 05. RGB value is (254,131,5). Sum of RGB (Red+Green+Blue) = 254+131+5=390 (51% of max value = 765). Red value is 254 (99.61% from 255 or 65.13% from 390); Green value is 131 (51.56% from 255 or 33.59% from 390); Blue value is 5 (2.34% from 255 or 1.28% from 390); Max value from RGB is 254 - color contains mainly: red. Hex color #FE8305 is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #FE8305 is #017CFA. Grayscale: #9A9A9A. Windows color (decimal): -97531 or 361470. OLE color: 361470.

HSL color Cylindrical-coordinate representation of color #FE8305: 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.98%. Process color model (Four color, CMYK) of #FE8305 is Cyan = 0, Magento = 0.48, Yellow = 0.98 and Black (K on CMYK) = 0.00.

Color convert

RGB2541315-
CMYK00.480.980.00
HSL30.36º99.2%50.78%-
HSV(B)30.36º98.03%99.61%-
XYZ49.0237.314.76-
YUV153.4144.25199.75-

RGB Variations

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

RGB

RED value IS 254 (99.61% from 255) = 65.13%
GREEN value IS 131 (51.56% from 255) = 33.59%
BLUE value IS 5 (2.34% from 255) = 1.28%
R=65.13%
G=33.59%
B=1.28%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.48
Y (Yellow) values IS 0.98
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal254131500.480.980.0030.3699.250.78
HexFE8350306201e6333
Octal376203506014203614363
Binary1111111010000011101011000011000100111101100011110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #fe8305

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #fe8305; }

 p { color: rgb(254,131,5); }

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

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

 a { background-color: rgb(254,131,5); }

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

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

 span { border-color: rgb(254,131,5); }

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