#FE8306

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

Shades of Dark Orange #FE8306

Tints of Dark Orange #FE8306

Color information

#FE8306 (or 0xFE8306) is unknown color: approx Dark Orange. HEX triplet: FE, 83 and 06. RGB value is (254,131,6). Sum of RGB (Red+Green+Blue) = 254+131+6=391 (51% of max value = 765). Red value is 254 (99.61% from 255 or 64.96% from 391); Green value is 131 (51.56% from 255 or 33.50% from 391); Blue value is 6 (2.73% from 255 or 1.53% from 391); Max value from RGB is 254 - color contains mainly: red. Hex color #FE8306 is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #FE8306 is #017CF9. Grayscale: #9A9A9A. Windows color (decimal): -97530 or 427006. OLE color: 427006.

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

Color convert

RGB2541316-
CMYK00.480.980.00
HSL30.24º99.2%50.98%-
HSV(B)30.24º97.64%99.61%-
XYZ49.0237.324.79-
YUV153.5344.75199.66-

RGB Variations

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

RGB

RED value IS 254 (99.61% from 255) = 64.96%
GREEN value IS 131 (51.56% from 255) = 33.50%
BLUE value IS 6 (2.73% from 255) = 1.53%
R=64.96%
G=33.50%
B=1.53%

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
Decimal254131600.480.980.0030.2499.250.98
HexFE8360306201e6333
Octal376203606014203614363
Binary1111111010000011110011000011000100111101100011110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FE8306

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FE8306; }

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

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

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

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

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

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

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

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