Html Css Color HEX #FE9013 Dark Orange

📋 copy color: '#FE9013'

red 254 ◦ green 144 ◦ blue 19

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

Shades of Dark Orange #FE9013

Tints of Dark Orange #FE9013

RGB

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

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

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

R = 60.91%
G = 34.53%
B = 4.56%

CMYK

 C value IS 0

 M value IS 0.43

 Y value IS 0.93

 K value IS 0.00

RGB Variations

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

Color information

#FE9013 (or 0xFE9013) is known color: Dark Orange. HEX triplet: FE, 90 and 13. RGB value is (254,144,19). Sum of RGB (Red+Green+Blue) = 254+144+19=417 (55% of max value = 765). Red value is 254 (99.61% from 255 or 60.91% from 417); Green value is 144 (56.64% from 255 or 34.53% from 417); Blue value is 19 (7.81% from 255 or 4.56% from 417); Max value from RGB is 254 - color contains mainly: red. Hex color #FE9013 is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #FE9013 is #016FEC. Grayscale: #A3A3A3. Windows color (decimal): -94189 or 1282302. OLE color: 1282302.

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

Color convert

RGB 254 144 19 -
CMYK 0 0.43 0.93 0.00
HSL 31.91º 0.99% 0.54% -
HSV(B) 31.91º 0.93% 1% -
XYZ 50.96 41.06 5.86 -
YUV 162.64 46.94 193.16 -
System Red Green Blue C M Y K H S L
Decimal 254 144 19 0 0.43 0.93 0.00 31.91 0.99 0.54
Hex FE 90 13 0 2B 5D 0 20 63 36
Octal 376 220 23 0 53 135 0 40 143 66
Binary 11111110 10010000 10011 0 101011 1011101 0 100000 1100011 110110

Color Harmonies of #FE9013

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FE9013

Black with #FE9013

Text Example


Text Example

White with #FE9013

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FE9013; }

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

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

background-color css

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

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

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

border-color css

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

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

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