Html Css Color HEX #FE9000 Dark Orange

📋 copy color: '#FE9000'

red 254 ◦ green 144 ◦ blue 0

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

Shades of Dark Orange #FE9000

Tints of Dark Orange #FE9000

RGB

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

 GREEN value IS 144 (56.64% from 255) = 36.18%

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

R = 63.82%
G = 36.18%
B = 0%

CMYK

 C value IS 0

 M value IS 0.43

 Y value IS 1

 K value IS 0.00

RGB Variations

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

Color information

#FE9000 (or 0xFE9000) is known color: Dark Orange. HEX triplet: FE, 90 and 00. RGB value is (254,144,0). Sum of RGB (Red+Green+Blue) = 254+144+0=398 (52% of max value = 765). Red value is 254 (99.61% from 255 or 63.82% from 398); Green value is 144 (56.64% from 255 or 36.18% from 398); Blue value is 0 (0.39% from 255 or 0% from 398); Max value from RGB is 254 - color contains mainly: red. Hex color #FE9000 is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #FE9000 is #016FFF. Grayscale: #A1A1A1. Windows color (decimal): -94208 or 37118. OLE color: 37118.

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

Color convert

RGB 254 144 0 -
CMYK 0 0.43 1 0.00
HSL 34.02º 1% 0.5% -
HSV(B) 34.02º 1% 1% -
XYZ 50.85 41.02 5.24 -
YUV 160.47 37.44 194.71 -
System Red Green Blue C M Y K H S L
Decimal 254 144 0 0 0.43 1 0.00 34.02 1 0.5
Hex FE 90 0 0 2B 64 0 22 64 32
Octal 376 220 0 0 53 144 0 42 144 62
Binary 11111110 10010000 0 0 101011 1100100 0 100010 1100100 110010

Color Harmonies of #FE9000

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FE9000

Black with #FE9000

Text Example


Text Example

White with #FE9000

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FE9000; }

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

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

background-color css

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

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

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

border-color css

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

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

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