Html Css Color HEX #FE8000 Dark Orange

📋 copy color: '#FE8000'

red 254 ◦ green 128 ◦ blue 0

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

Shades of Dark Orange #FE8000

Tints of Dark Orange #FE8000

RGB

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

 GREEN value IS 128 (50.39% from 255) = 33.51%

 BLUE value IS 0 (0.39% from 255) = 0%

R = 66.49%
G = 33.51%
B = 0%

CMYK

 C value IS 0

 M value IS 0.50

 Y value IS 1

 K value IS 0.00

RGB Variations

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

Color information

#FE8000 (or 0xFE8000) is known color: Dark Orange. HEX triplet: FE, 80 and 00. RGB value is (254,128,0). Sum of RGB (Red+Green+Blue) = 254+128+0=382 (50% of max value = 765). Red value is 254 (99.61% from 255 or 66.49% from 382); Green value is 128 (50.39% from 255 or 33.51% from 382); Blue value is 0 (0.39% from 255 or 0% from 382); Max value from RGB is 254 - color contains mainly: red. Hex color #FE8000 is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #FE8000 is #017FFF. Grayscale: #979797. Windows color (decimal): -98304 or 33022. OLE color: 33022.

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

Color convert

RGB 254 128 0 -
CMYK 0 0.50 1 0.00
HSL 30.24º 1% 0.5% -
HSV(B) 30.24º 1% 1% -
XYZ 48.59 36.51 4.49 -
YUV 151.08 42.74 201.41 -
System Red Green Blue C M Y K H S L
Decimal 254 128 0 0 0.50 1 0.00 30.24 1 0.5
Hex FE 80 0 0 32 64 0 1E 64 32
Octal 376 200 0 0 62 144 0 36 144 62
Binary 11111110 10000000 0 0 110010 1100100 0 11110 1100100 110010

Color Harmonies of #FE8000

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FE8000

Black with #FE8000

Text Example


Text Example

White with #FE8000

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FE8000; }

 p { color: rgb(254,128,0); }

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

background-color css

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

 a { background-color: rgb(254,128,0); }

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

border-color css

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

 span { border-color: rgb(254,128,0); }

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