Html Css Color HEX #FE8911 Dark Orange

📋 copy color: '#FE8911'

red 254 ◦ green 137 ◦ blue 17

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

Shades of Dark Orange #FE8911

Tints of Dark Orange #FE8911

RGB

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

 GREEN value IS 137 (53.91% from 255) = 33.58%

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

R = 62.25%
G = 33.58%
B = 4.17%

CMYK

 C value IS 0

 M value IS 0.46

 Y value IS 0.93

 K value IS 0.00

RGB Variations

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

Color information

#FE8911 (or 0xFE8911) is known color: Dark Orange. HEX triplet: FE, 89 and 11. RGB value is (254,137,17). Sum of RGB (Red+Green+Blue) = 254+137+17=408 (54% of max value = 765). Red value is 254 (99.61% from 255 or 62.25% from 408); Green value is 137 (53.91% from 255 or 33.58% from 408); Blue value is 17 (7.03% from 255 or 4.17% from 408); Max value from RGB is 254 - color contains mainly: red. Hex color #FE8911 is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #FE8911 is #0176EE. Grayscale: #9E9E9E. Windows color (decimal): -95983 or 1149438. OLE color: 1149438.

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

Color convert

RGB 254 137 17 -
CMYK 0 0.46 0.93 0.00
HSL 30.38º 0.99% 0.53% -
HSV(B) 30.38º 0.93% 1% -
XYZ 49.92 39 5.43 -
YUV 158.3 48.26 196.26 -
System Red Green Blue C M Y K H S L
Decimal 254 137 17 0 0.46 0.93 0.00 30.38 0.99 0.53
Hex FE 89 11 0 2E 5D 0 1E 63 35
Octal 376 211 21 0 56 135 0 36 143 65
Binary 11111110 10001001 10001 0 101110 1011101 0 11110 1100011 110101

Color Harmonies of #FE8911

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FE8911

Black with #FE8911

Text Example


Text Example

White with #FE8911

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FE8911; }

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

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

background-color css

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

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

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

border-color css

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

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

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