Html Css Color HEX #FE9301 Dark Orange

📋 copy color: '#FE9301'

red 254 ◦ green 147 ◦ blue 1

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

Shades of Dark Orange #FE9301

Tints of Dark Orange #FE9301

RGB

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

 GREEN value IS 147 (57.81% from 255) = 36.57%

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

R = 63.18%
G = 36.57%
B = 0.25%

CMYK

 C value IS 0

 M value IS 0.42

 Y value IS 1.00

 K value IS 0.00

RGB Variations

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

Color information

#FE9301 (or 0xFE9301) is known color: Dark Orange. HEX triplet: FE, 93 and 01. RGB value is (254,147,1). Sum of RGB (Red+Green+Blue) = 254+147+1=402 (53% of max value = 765). Red value is 254 (99.61% from 255 or 63.18% from 402); Green value is 147 (57.81% from 255 or 36.57% from 402); Blue value is 1 (0.78% from 255 or 0.25% from 402); Max value from RGB is 254 - color contains mainly: red. Hex color #FE9301 is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #FE9301 is #016CFE. Grayscale: #A3A3A3. Windows color (decimal): -93439 or 103422. OLE color: 103422.

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

Color convert

RGB 254 147 1 -
CMYK 0 0.42 1.00 0.00
HSL 34.62º 0.99% 0.5% -
HSV(B) 34.62º 1% 1% -
XYZ 51.31 41.94 5.42 -
YUV 162.35 36.95 193.37 -
System Red Green Blue C M Y K H S L
Decimal 254 147 1 0 0.42 1.00 0.00 34.62 0.99 0.5
Hex FE 93 1 0 2A 64 0 23 63 32
Octal 376 223 1 0 52 144 0 43 143 62
Binary 11111110 10010011 1 0 101010 1100100 0 100011 1100011 110010

Color Harmonies of #FE9301

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FE9301

Black with #FE9301

Text Example


Text Example

White with #FE9301

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FE9301; }

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

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

background-color css

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

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

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

border-color css

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

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

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