Html Css Color HEX #FE8E11 Dark Orange

📋 copy color: '#FE8E11'

red 254 ◦ green 142 ◦ blue 17

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

Shades of Dark Orange #FE8E11

Tints of Dark Orange #FE8E11

RGB

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

 GREEN value IS 142 (55.86% from 255) = 34.38%

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

R = 61.5%
G = 34.38%
B = 4.12%

CMYK

 C value IS 0

 M value IS 0.44

 Y value IS 0.93

 K value IS 0.00

RGB Variations

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

Color information

#FE8E11 (or 0xFE8E11) is known color: Dark Orange. HEX triplet: FE, 8E and 11. RGB value is (254,142,17). Sum of RGB (Red+Green+Blue) = 254+142+17=413 (54% of max value = 765). Red value is 254 (99.61% from 255 or 61.50% from 413); Green value is 142 (55.86% from 255 or 34.38% from 413); Blue value is 17 (7.03% from 255 or 4.12% from 413); Max value from RGB is 254 - color contains mainly: red. Hex color #FE8E11 is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #FE8E11 is #0171EE. Grayscale: #A1A1A1. Windows color (decimal): -94703 or 1150718. OLE color: 1150718.

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

Color convert

RGB 254 142 17 -
CMYK 0 0.44 0.93 0.00
HSL 31.65º 0.99% 0.53% -
HSV(B) 31.65º 0.93% 1% -
XYZ 50.65 40.46 5.67 -
YUV 161.24 46.61 194.16 -
System Red Green Blue C M Y K H S L
Decimal 254 142 17 0 0.44 0.93 0.00 31.65 0.99 0.53
Hex FE 8E 11 0 2C 5D 0 20 63 35
Octal 376 216 21 0 54 135 0 40 143 65
Binary 11111110 10001110 10001 0 101100 1011101 0 100000 1100011 110101

Color Harmonies of #FE8E11

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FE8E11

Black with #FE8E11

Text Example


Text Example

White with #FE8E11

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FE8E11; }

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

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

background-color css

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

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

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

border-color css

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

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

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