Html Css Color HEX #FE8401 Dark Orange

📋 copy color: '#FE8401'

red 254 ◦ green 132 ◦ blue 1

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

Shades of Dark Orange #FE8401

Tints of Dark Orange #FE8401

RGB

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

 GREEN value IS 132 (51.95% from 255) = 34.11%

 BLUE value IS 1 (0.78% from 255) = 0.26%

R = 65.63%
G = 34.11%
B = 0.26%

CMYK

 C value IS 0

 M value IS 0.48

 Y value IS 1.00

 K value IS 0.00

RGB Variations

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

Color information

#FE8401 (or 0xFE8401) is known color: Dark Orange. HEX triplet: FE, 84 and 01. RGB value is (254,132,1). Sum of RGB (Red+Green+Blue) = 254+132+1=387 (51% of max value = 765). Red value is 254 (99.61% from 255 or 65.63% from 387); Green value is 132 (51.95% from 255 or 34.11% from 387); Blue value is 1 (0.78% from 255 or 0.26% from 387); Max value from RGB is 254 - color contains mainly: red. Hex color #FE8401 is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #FE8401 is #017BFE. Grayscale: #9A9A9A. Windows color (decimal): -97279 or 99582. OLE color: 99582.

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

Color convert

RGB 254 132 1 -
CMYK 0 0.48 1.00 0.00
HSL 31.07º 0.99% 0.5% -
HSV(B) 31.07º 1% 1% -
XYZ 49.13 37.58 4.69 -
YUV 153.54 41.92 199.65 -
System Red Green Blue C M Y K H S L
Decimal 254 132 1 0 0.48 1.00 0.00 31.07 0.99 0.5
Hex FE 84 1 0 30 64 0 1F 63 32
Octal 376 204 1 0 60 144 0 37 143 62
Binary 11111110 10000100 1 0 110000 1100100 0 11111 1100011 110010

Color Harmonies of #FE8401

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FE8401

Black with #FE8401

Text Example


Text Example

White with #FE8401

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FE8401; }

 p { color: rgb(254,132,1); }

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

background-color css

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

 a { background-color: rgb(254,132,1); }

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

border-color css

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

 span { border-color: rgb(254,132,1); }

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