Html Css Color HEX #FE9313 Dark Orange

📋 copy color: '#FE9313'

red 254 ◦ green 147 ◦ blue 19

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

Shades of Dark Orange #FE9313

Tints of Dark Orange #FE9313

RGB

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

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

 BLUE value IS 19 (7.81% from 255) = 4.52%

R = 60.48%
G = 35%
B = 4.52%

CMYK

 C value IS 0

 M value IS 0.42

 Y value IS 0.93

 K value IS 0.00

RGB Variations

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

Color information

#FE9313 (or 0xFE9313) is known color: Dark Orange. HEX triplet: FE, 93 and 13. RGB value is (254,147,19). Sum of RGB (Red+Green+Blue) = 254+147+19=420 (55% of max value = 765). Red value is 254 (99.61% from 255 or 60.48% from 420); Green value is 147 (57.81% from 255 or 35% from 420); Blue value is 19 (7.81% from 255 or 4.52% from 420); Max value from RGB is 254 - color contains mainly: red. Hex color #FE9313 is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #FE9313 is #016CEC. Grayscale: #A5A5A5. Windows color (decimal): -93421 or 1283070. OLE color: 1283070.

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

Color convert

RGB 254 147 19 -
CMYK 0 0.42 0.93 0.00
HSL 32.68º 0.99% 0.54% -
HSV(B) 32.68º 0.93% 1% -
XYZ 51.42 41.99 6.01 -
YUV 164.4 45.95 191.91 -
System Red Green Blue C M Y K H S L
Decimal 254 147 19 0 0.42 0.93 0.00 32.68 0.99 0.54
Hex FE 93 13 0 2A 5D 0 21 63 36
Octal 376 223 23 0 52 135 0 41 143 66
Binary 11111110 10010011 10011 0 101010 1011101 0 100001 1100011 110110

Color Harmonies of #FE9313

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FE9313

Black with #FE9313

Text Example


Text Example

White with #FE9313

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FE9313; }

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

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

background-color css

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

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

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

border-color css

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

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

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