Html Css Color HEX #FE900E Dark Orange

📋 copy color: '#FE900E'

red 254 ◦ green 144 ◦ blue 14

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

Shades of Dark Orange #FE900E

Tints of Dark Orange #FE900E

RGB

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

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

 BLUE value IS 14 (5.86% from 255) = 3.4%

R = 61.65%
G = 34.95%
B = 3.4%

CMYK

 C value IS 0

 M value IS 0.43

 Y value IS 0.94

 K value IS 0.00

RGB Variations

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

Color information

#FE900E (or 0xFE900E) is known color: Dark Orange. HEX triplet: FE, 90 and 0E. RGB value is (254,144,14). Sum of RGB (Red+Green+Blue) = 254+144+14=412 (54% of max value = 765). Red value is 254 (99.61% from 255 or 61.65% from 412); Green value is 144 (56.64% from 255 or 34.95% from 412); Blue value is 14 (5.86% from 255 or 3.40% from 412); Max value from RGB is 254 - color contains mainly: red. Hex color #FE900E is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #FE900E is #016FF1. Grayscale: #A2A2A2. Windows color (decimal): -94194 or 954622. OLE color: 954622.

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

Color convert

RGB 254 144 14 -
CMYK 0 0.43 0.94 0.00
HSL 32.5º 0.99% 0.53% -
HSV(B) 32.5º 0.94% 1% -
XYZ 50.93 41.05 5.65 -
YUV 162.07 44.44 193.57 -
System Red Green Blue C M Y K H S L
Decimal 254 144 14 0 0.43 0.94 0.00 32.5 0.99 0.53
Hex FE 90 E 0 2B 5E 0 20 63 35
Octal 376 220 16 0 53 136 0 40 143 65
Binary 11111110 10010000 1110 0 101011 1011110 0 100000 1100011 110101

Color Harmonies of #FE900E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FE900E

Black with #FE900E

Text Example


Text Example

White with #FE900E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FE900E; }

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

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

background-color css

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

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

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

border-color css

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

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

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