Html Css Color HEX #FE9114 Dark Orange

📋 copy color: '#FE9114'

red 254 ◦ green 145 ◦ blue 20

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

Shades of Dark Orange #FE9114

Tints of Dark Orange #FE9114

RGB

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

 GREEN value IS 145 (57.03% from 255) = 34.61%

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

R = 60.62%
G = 34.61%
B = 4.77%

CMYK

 C value IS 0

 M value IS 0.43

 Y value IS 0.92

 K value IS 0.00

RGB Variations

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

Color information

#FE9114 (or 0xFE9114) is known color: Dark Orange. HEX triplet: FE, 91 and 14. RGB value is (254,145,20). Sum of RGB (Red+Green+Blue) = 254+145+20=419 (55% of max value = 765). Red value is 254 (99.61% from 255 or 60.62% from 419); Green value is 145 (57.03% from 255 or 34.61% from 419); Blue value is 20 (8.20% from 255 or 4.77% from 419); Max value from RGB is 254 - color contains mainly: red. Hex color #FE9114 is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #FE9114 is #016EEB. Grayscale: #A3A3A3. Windows color (decimal): -93932 or 1348094. OLE color: 1348094.

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

Color convert

RGB 254 145 20 -
CMYK 0 0.43 0.92 0.00
HSL 32.05º 0.99% 0.54% -
HSV(B) 32.05º 0.92% 1% -
XYZ 51.12 41.37 5.95 -
YUV 163.34 47.11 192.66 -
System Red Green Blue C M Y K H S L
Decimal 254 145 20 0 0.43 0.92 0.00 32.05 0.99 0.54
Hex FE 91 14 0 2B 5C 0 20 63 36
Octal 376 221 24 0 53 134 0 40 143 66
Binary 11111110 10010001 10100 0 101011 1011100 0 100000 1100011 110110

Color Harmonies of #FE9114

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FE9114

Black with #FE9114

Text Example


Text Example

White with #FE9114

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FE9114; }

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

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

background-color css

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

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

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

border-color css

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

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

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