Html Css Color HEX #FE8913 Dark Orange

📋 copy color: '#FE8913'

red 254 ◦ green 137 ◦ blue 19

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

Shades of Dark Orange #FE8913

Tints of Dark Orange #FE8913

RGB

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

 GREEN value IS 137 (53.91% from 255) = 33.41%

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

R = 61.95%
G = 33.41%
B = 4.63%

CMYK

 C value IS 0

 M value IS 0.46

 Y value IS 0.93

 K value IS 0.00

RGB Variations

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

Color information

#FE8913 (or 0xFE8913) is known color: Dark Orange. HEX triplet: FE, 89 and 13. RGB value is (254,137,19). Sum of RGB (Red+Green+Blue) = 254+137+19=410 (54% of max value = 765). Red value is 254 (99.61% from 255 or 61.95% from 410); Green value is 137 (53.91% from 255 or 33.41% from 410); Blue value is 19 (7.81% from 255 or 4.63% from 410); Max value from RGB is 254 - color contains mainly: red. Hex color #FE8913 is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #FE8913 is #0176EC. Grayscale: #9F9F9F. Windows color (decimal): -95981 or 1280510. OLE color: 1280510.

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

Color convert

RGB 254 137 19 -
CMYK 0 0.46 0.93 0.00
HSL 30.13º 0.99% 0.54% -
HSV(B) 30.13º 0.93% 1% -
XYZ 49.94 39.01 5.51 -
YUV 158.53 49.26 196.09 -
System Red Green Blue C M Y K H S L
Decimal 254 137 19 0 0.46 0.93 0.00 30.13 0.99 0.54
Hex FE 89 13 0 2E 5D 0 1E 63 36
Octal 376 211 23 0 56 135 0 36 143 66
Binary 11111110 10001001 10011 0 101110 1011101 0 11110 1100011 110110

Color Harmonies of #FE8913

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FE8913

Black with #FE8913

Text Example


Text Example

White with #FE8913

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FE8913; }

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

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

background-color css

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

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

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

border-color css

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

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

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