Html Css Color HEX #FE8601 Dark Orange

📋 copy color: '#FE8601'

red 254 ◦ green 134 ◦ blue 1

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

Shades of Dark Orange #FE8601

Tints of Dark Orange #FE8601

RGB

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

 GREEN value IS 134 (52.73% from 255) = 34.45%

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

R = 65.3%
G = 34.45%
B = 0.26%

CMYK

 C value IS 0

 M value IS 0.47

 Y value IS 1.00

 K value IS 0.00

RGB Variations

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

Color information

#FE8601 (or 0xFE8601) is known color: Dark Orange. HEX triplet: FE, 86 and 01. RGB value is (254,134,1). Sum of RGB (Red+Green+Blue) = 254+134+1=389 (51% of max value = 765). Red value is 254 (99.61% from 255 or 65.30% from 389); Green value is 134 (52.73% from 255 or 34.45% from 389); Blue value is 1 (0.78% from 255 or 0.26% from 389); Max value from RGB is 254 - color contains mainly: red. Hex color #FE8601 is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #FE8601 is #0179FE. Grayscale: #9B9B9B. Windows color (decimal): -96767 or 100094. OLE color: 100094.

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

Color convert

RGB 254 134 1 -
CMYK 0 0.47 1.00 0.00
HSL 31.54º 0.99% 0.5% -
HSV(B) 31.54º 1% 1% -
XYZ 49.4 38.12 4.78 -
YUV 154.72 41.26 198.81 -
System Red Green Blue C M Y K H S L
Decimal 254 134 1 0 0.47 1.00 0.00 31.54 0.99 0.5
Hex FE 86 1 0 2F 64 0 20 63 32
Octal 376 206 1 0 57 144 0 40 143 62
Binary 11111110 10000110 1 0 101111 1100100 0 100000 1100011 110010

Color Harmonies of #FE8601

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FE8601

Black with #FE8601

Text Example


Text Example

White with #FE8601

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FE8601; }

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

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

background-color css

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

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

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

border-color css

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

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

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