Html Css Color HEX #FE8914 Dark Orange

📋 copy color: '#FE8914'

red 254 ◦ green 137 ◦ blue 20

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

Shades of Dark Orange #FE8914

Tints of Dark Orange #FE8914

RGB

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

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

 BLUE value IS 20 (8.2% from 255) = 4.87%

R = 61.8%
G = 33.33%
B = 4.87%

CMYK

 C value IS 0

 M value IS 0.46

 Y value IS 0.92

 K value IS 0.00

RGB Variations

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

Color information

#FE8914 (or 0xFE8914) is known color: Dark Orange. HEX triplet: FE, 89 and 14. RGB value is (254,137,20). Sum of RGB (Red+Green+Blue) = 254+137+20=411 (54% of max value = 765). Red value is 254 (99.61% from 255 or 61.80% from 411); Green value is 137 (53.91% from 255 or 33.33% from 411); Blue value is 20 (8.20% from 255 or 4.87% from 411); Max value from RGB is 254 - color contains mainly: red. Hex color #FE8914 is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #FE8914 is #0176EB. Grayscale: #9F9F9F. Windows color (decimal): -95980 or 1346046. OLE color: 1346046.

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

Color convert

RGB 254 137 20 -
CMYK 0 0.46 0.92 0.00
HSL 30º 0.99% 0.54% -
HSV(B) 30º 0.92% 1% -
XYZ 49.94 39.01 5.56 -
YUV 158.65 49.76 196.01 -
System Red Green Blue C M Y K H S L
Decimal 254 137 20 0 0.46 0.92 0.00 30 0.99 0.54
Hex FE 89 14 0 2E 5C 0 1E 63 36
Octal 376 211 24 0 56 134 0 36 143 66
Binary 11111110 10001001 10100 0 101110 1011100 0 11110 1100011 110110

Color Harmonies of #FE8914

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FE8914

Black with #FE8914

Text Example


Text Example

White with #FE8914

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FE8914; }

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

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

background-color css

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

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

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

border-color css

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

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

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