#FE8C02

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

Shades of Dark Orange #FE8C02

Tints of Dark Orange #FE8C02

Color information

#FE8C02 (or 0xFE8C02) is unknown color: approx Dark Orange. HEX triplet: FE, 8C and 02. RGB value is (254,140,2). Sum of RGB (Red+Green+Blue) = 254+140+2=396 (52% of max value = 765). Red value is 254 (99.61% from 255 or 64.14% from 396); Green value is 140 (55.08% from 255 or 35.35% from 396); Blue value is 2 (1.17% from 255 or 0.51% from 396); Max value from RGB is 254 - color contains mainly: red. Hex color #FE8C02 is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #FE8C02 is #0173FD. Grayscale: #9F9F9F. Windows color (decimal): -95230 or 167166. OLE color: 167166.

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

Color convert

RGB2541402-
CMYK00.450.990.00
HSL32.86º99.21%50.2%-
HSV(B)32.86º99.21%99.61%-
XYZ50.2639.835.1-
YUV158.3539.77196.22-

RGB Variations

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

RGB

RED value IS 254 (99.61% from 255) = 64.14%
GREEN value IS 140 (55.08% from 255) = 35.35%
BLUE value IS 2 (1.17% from 255) = 0.51%
R=64.14%
G=35.35%
B=0.51%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.45
Y (Yellow) values IS 0.99
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal254140200.450.990.0032.8699.2150.2
HexFE8C202D630216332
Octal376214205514304114362
Binary1111111010001100100101101110001101000011100011110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FE8C02

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FE8C02; }

 p { color: rgb(254,140,2); }

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

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

 a { background-color: rgb(254,140,2); }

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

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

 span { border-color: rgb(254,140,2); }

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