Html Css Color HEX #FE9314 Dark Orange

📋 copy color: '#FE9314'

red 254 ◦ green 147 ◦ blue 20

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

Shades of Dark Orange #FE9314

Tints of Dark Orange #FE9314

RGB

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

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

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

R = 60.33%
G = 34.92%
B = 4.75%

CMYK

 C value IS 0

 M value IS 0.42

 Y value IS 0.92

 K value IS 0.00

RGB Variations

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

Color information

#FE9314 (or 0xFE9314) is known color: Dark Orange. HEX triplet: FE, 93 and 14. RGB value is (254,147,20). Sum of RGB (Red+Green+Blue) = 254+147+20=421 (55% of max value = 765). Red value is 254 (99.61% from 255 or 60.33% from 421); Green value is 147 (57.81% from 255 or 34.92% from 421); Blue value is 20 (8.20% from 255 or 4.75% from 421); Max value from RGB is 254 - color contains mainly: red. Hex color #FE9314 is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #FE9314 is #016CEB. Grayscale: #A5A5A5. Windows color (decimal): -93420 or 1348606. OLE color: 1348606.

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

Color convert

RGB 254 147 20 -
CMYK 0 0.42 0.92 0.00
HSL 32.56º 0.99% 0.54% -
HSV(B) 32.56º 0.92% 1% -
XYZ 51.43 41.99 6.06 -
YUV 164.52 46.45 191.83 -
System Red Green Blue C M Y K H S L
Decimal 254 147 20 0 0.42 0.92 0.00 32.56 0.99 0.54
Hex FE 93 14 0 2A 5C 0 21 63 36
Octal 376 223 24 0 52 134 0 41 143 66
Binary 11111110 10010011 10100 0 101010 1011100 0 100001 1100011 110110

Color Harmonies of #FE9314

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FE9314

Black with #FE9314

Text Example


Text Example

White with #FE9314

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FE9314; }

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

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

background-color css

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

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

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

border-color css

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

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

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