Html Css Color HEX #FE8901 Dark Orange

📋 copy color: '#FE8901'

red 254 ◦ green 137 ◦ blue 1

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

Shades of Dark Orange #FE8901

Tints of Dark Orange #FE8901

RGB

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

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

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

R = 64.8%
G = 34.95%
B = 0.26%

CMYK

 C value IS 0

 M value IS 0.46

 Y value IS 1.00

 K value IS 0.00

RGB Variations

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

Color information

#FE8901 (or 0xFE8901) is known color: Dark Orange. HEX triplet: FE, 89 and 01. RGB value is (254,137,1). Sum of RGB (Red+Green+Blue) = 254+137+1=392 (51% of max value = 765). Red value is 254 (99.61% from 255 or 64.80% from 392); Green value is 137 (53.91% from 255 or 34.95% from 392); Blue value is 1 (0.78% from 255 or 0.26% from 392); Max value from RGB is 254 - color contains mainly: red. Hex color #FE8901 is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #FE8901 is #0176FE. Grayscale: #9D9D9D. Windows color (decimal): -95999 or 100862. OLE color: 100862.

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

Color convert

RGB 254 137 1 -
CMYK 0 0.46 1.00 0.00
HSL 32.25º 0.99% 0.5% -
HSV(B) 32.25º 1% 1% -
XYZ 49.82 38.96 4.92 -
YUV 156.48 40.26 197.56 -
System Red Green Blue C M Y K H S L
Decimal 254 137 1 0 0.46 1.00 0.00 32.25 0.99 0.5
Hex FE 89 1 0 2E 64 0 20 63 32
Octal 376 211 1 0 56 144 0 40 143 62
Binary 11111110 10001001 1 0 101110 1100100 0 100000 1100011 110010

Color Harmonies of #FE8901

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FE8901

Black with #FE8901

Text Example


Text Example

White with #FE8901

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FE8901; }

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

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

background-color css

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

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

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

border-color css

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

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

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