Html Css Color HEX #FE9400 Dark Orange

📋 copy color: '#FE9400'

red 254 ◦ green 148 ◦ blue 0

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

Shades of Dark Orange #FE9400

Tints of Dark Orange #FE9400

RGB

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

 GREEN value IS 148 (58.2% from 255) = 36.82%

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

R = 63.18%
G = 36.82%
B = 0%

CMYK

 C value IS 0

 M value IS 0.42

 Y value IS 1

 K value IS 0.00

RGB Variations

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

Color information

#FE9400 (or 0xFE9400) is known color: Dark Orange. HEX triplet: FE, 94 and 00. RGB value is (254,148,0). Sum of RGB (Red+Green+Blue) = 254+148+0=402 (53% of max value = 765). Red value is 254 (99.61% from 255 or 63.18% from 402); Green value is 148 (58.20% from 255 or 36.82% from 402); Blue value is 0 (0.39% from 255 or 0% from 402); Max value from RGB is 254 - color contains mainly: red. Hex color #FE9400 is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #FE9400 is #016BFF. Grayscale: #A3A3A3. Windows color (decimal): -93184 or 38142. OLE color: 38142.

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

Color convert

RGB 254 148 0 -
CMYK 0 0.42 1 0.00
HSL 34.96º 1% 0.5% -
HSV(B) 34.96º 1% 1% -
XYZ 51.46 42.25 5.44 -
YUV 162.82 36.12 193.03 -
System Red Green Blue C M Y K H S L
Decimal 254 148 0 0 0.42 1 0.00 34.96 1 0.5
Hex FE 94 0 0 2A 64 0 23 64 32
Octal 376 224 0 0 52 144 0 43 144 62
Binary 11111110 10010100 0 0 101010 1100100 0 100011 1100100 110010

Color Harmonies of #FE9400

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FE9400

Black with #FE9400

Text Example


Text Example

White with #FE9400

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FE9400; }

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

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

background-color css

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

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

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

border-color css

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

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

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