Html Css Color HEX #FE9311 Dark Orange

📋 copy color: '#FE9311'

red 254 ◦ green 147 ◦ blue 17

#FE9311
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Dark Orange #FE9311

Tints of Dark Orange #FE9311

RGB

 RED value IS 254 (99.61% from 255) = 60.77%

 GREEN value IS 147 (57.81% from 255) = 35.17%

 BLUE value IS 17 (7.03% from 255) = 4.07%

R = 60.77%
G = 35.17%
B = 4.07%

CMYK

 C value IS 0

 M value IS 0.42

 Y value IS 0.93

 K value IS 0.00

RGB Variations

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

Color information

#FE9311 (or 0xFE9311) is known color: Dark Orange. HEX triplet: FE, 93 and 11. RGB value is (254,147,17). Sum of RGB (Red+Green+Blue) = 254+147+17=418 (55% of max value = 765). Red value is 254 (99.61% from 255 or 60.77% from 418); Green value is 147 (57.81% from 255 or 35.17% from 418); Blue value is 17 (7.03% from 255 or 4.07% from 418); Max value from RGB is 254 - color contains mainly: red. Hex color #FE9311 is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #FE9311 is #016CEE. Grayscale: #A4A4A4. Windows color (decimal): -93423 or 1151998. OLE color: 1151998.

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

Color convert

RGB 254 147 17 -
CMYK 0 0.42 0.93 0.00
HSL 32.91º 0.99% 0.53% -
HSV(B) 32.91º 0.93% 1% -
XYZ 51.41 41.98 5.92 -
YUV 164.17 44.95 192.07 -
System Red Green Blue C M Y K H S L
Decimal 254 147 17 0 0.42 0.93 0.00 32.91 0.99 0.53
Hex FE 93 11 0 2A 5D 0 21 63 35
Octal 376 223 21 0 52 135 0 41 143 65
Binary 11111110 10010011 10001 0 101010 1011101 0 100001 1100011 110101

Color Harmonies of #FE9311

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FE9311

Black with #FE9311

Text Example


Text Example

White with #FE9311

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FE9311; }

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

 H1.HeaderClassName
 {
   color: #FE9311;
 }
 .AnyTagClassName
 {
   color: #FE9311;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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