Html Css Color HEX #FE9300 Dark Orange

📋 copy color: '#FE9300'

red 254 ◦ green 147 ◦ blue 0

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

Shades of Dark Orange #FE9300

Tints of Dark Orange #FE9300

RGB

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

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

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

R = 63.34%
G = 36.66%
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

#FE9300 (or 0xFE9300) is known color: Dark Orange. HEX triplet: FE, 93 and 00. RGB value is (254,147,0). Sum of RGB (Red+Green+Blue) = 254+147+0=401 (53% of max value = 765). Red value is 254 (99.61% from 255 or 63.34% from 401); Green value is 147 (57.81% from 255 or 36.66% from 401); Blue value is 0 (0.39% from 255 or 0% from 401); Max value from RGB is 254 - color contains mainly: red. Hex color #FE9300 is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #FE9300 is #016CFF. Grayscale: #A2A2A2. Windows color (decimal): -93440 or 37886. OLE color: 37886.

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

Color convert

RGB 254 147 0 -
CMYK 0 0.42 1 0.00
HSL 34.72º 1% 0.5% -
HSV(B) 34.72º 1% 1% -
XYZ 51.31 41.94 5.39 -
YUV 162.24 36.45 193.45 -
System Red Green Blue C M Y K H S L
Decimal 254 147 0 0 0.42 1 0.00 34.72 1 0.5
Hex FE 93 0 0 2A 64 0 23 64 32
Octal 376 223 0 0 52 144 0 43 144 62
Binary 11111110 10010011 0 0 101010 1100100 0 100011 1100100 110010

Color Harmonies of #FE9300

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FE9300

Black with #FE9300

Text Example


Text Example

White with #FE9300

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FE9300; }

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

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

background-color css

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

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

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

border-color css

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

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

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