Html Css Color HEX #FE8501 Dark Orange

📋 copy color: '#FE8501'

red 254 ◦ green 133 ◦ blue 1

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

Shades of Dark Orange #FE8501

Tints of Dark Orange #FE8501

RGB

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

 GREEN value IS 133 (52.34% from 255) = 34.28%

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

R = 65.46%
G = 34.28%
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

#FE8501 (or 0xFE8501) is known color: Dark Orange. HEX triplet: FE, 85 and 01. RGB value is (254,133,1). Sum of RGB (Red+Green+Blue) = 254+133+1=388 (51% of max value = 765). Red value is 254 (99.61% from 255 or 65.46% from 388); Green value is 133 (52.34% from 255 or 34.28% from 388); Blue value is 1 (0.78% from 255 or 0.26% from 388); Max value from RGB is 254 - color contains mainly: red. Hex color #FE8501 is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #FE8501 is #017AFE. Grayscale: #9A9A9A. Windows color (decimal): -97023 or 99838. OLE color: 99838.

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

Color convert

RGB 254 133 1 -
CMYK 0 0.48 1.00 0.00
HSL 31.3º 0.99% 0.5% -
HSV(B) 31.3º 1% 1% -
XYZ 49.27 37.85 4.74 -
YUV 154.13 41.59 199.23 -
System Red Green Blue C M Y K H S L
Decimal 254 133 1 0 0.48 1.00 0.00 31.3 0.99 0.5
Hex FE 85 1 0 30 64 0 1F 63 32
Octal 376 205 1 0 60 144 0 37 143 62
Binary 11111110 10000101 1 0 110000 1100100 0 11111 1100011 110010

Color Harmonies of #FE8501

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FE8501

Black with #FE8501

Text Example


Text Example

White with #FE8501

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FE8501; }

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

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

background-color css

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

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

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

border-color css

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

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

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