#FE9309

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

Shades of Dark Orange #FE9309

Tints of Dark Orange #FE9309

Color information

#FE9309 (or 0xFE9309) is unknown color: approx Dark Orange. HEX triplet: FE, 93 and 09. RGB value is (254,147,9). Sum of RGB (Red+Green+Blue) = 254+147+9=410 (54% of max value = 765). Red value is 254 (99.61% from 255 or 61.95% from 410); Green value is 147 (57.81% from 255 or 35.85% from 410); Blue value is 9 (3.91% from 255 or 2.20% from 410); Max value from RGB is 254 - color contains mainly: red. Hex color #FE9309 is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #FE9309 is #016CF6. Grayscale: #A3A3A3. Windows color (decimal): -93431 or 627710. OLE color: 627710.

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

Color convert

RGB2541479-
CMYK00.420.960.00
HSL33.8º99.19%51.57%-
HSV(B)33.8º96.46%99.61%-
XYZ51.3641.965.65-
YUV163.2640.95192.72-

RGB Variations

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

RGB

RED value IS 254 (99.61% from 255) = 61.95%
GREEN value IS 147 (57.81% from 255) = 35.85%
BLUE value IS 9 (3.91% from 255) = 2.20%
R=61.95%
G=35.85%
B=2.20%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.42
Y (Yellow) values IS 0.96
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal254147900.420.960.0033.899.1951.57
HexFE93902A600226334
Octal3762231105214004214364
Binary111111101001001110010101010110000001000101100011110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FE9309

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FE9309; }

 p { color: rgb(254,147,9); }

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

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

 a { background-color: rgb(254,147,9); }

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

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

 span { border-color: rgb(254,147,9); }

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