Html Css Color HEX #FE9211 Dark Orange

📋 copy color: '#FE9211'

red 254 ◦ green 146 ◦ blue 17

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

Shades of Dark Orange #FE9211

Tints of Dark Orange #FE9211

RGB

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

 GREEN value IS 146 (57.42% from 255) = 35.01%

 BLUE value IS 17 (7.03% from 255) = 4.08%

R = 60.91%
G = 35.01%
B = 4.08%

CMYK

 C value IS 0

 M value IS 0.43

 Y value IS 0.93

 K value IS 0.00

RGB Variations

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

Color information

#FE9211 (or 0xFE9211) is known color: Dark Orange. HEX triplet: FE, 92 and 11. RGB value is (254,146,17). Sum of RGB (Red+Green+Blue) = 254+146+17=417 (55% of max value = 765). Red value is 254 (99.61% from 255 or 60.91% from 417); Green value is 146 (57.42% from 255 or 35.01% from 417); Blue value is 17 (7.03% from 255 or 4.08% from 417); Max value from RGB is 254 - color contains mainly: red. Hex color #FE9211 is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #FE9211 is #016DEE. Grayscale: #A4A4A4. Windows color (decimal): -93679 or 1151742. OLE color: 1151742.

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

Color convert

RGB 254 146 17 -
CMYK 0 0.43 0.93 0.00
HSL 32.66º 0.99% 0.53% -
HSV(B) 32.66º 0.93% 1% -
XYZ 51.25 41.67 5.87 -
YUV 163.59 45.28 192.49 -
System Red Green Blue C M Y K H S L
Decimal 254 146 17 0 0.43 0.93 0.00 32.66 0.99 0.53
Hex FE 92 11 0 2B 5D 0 21 63 35
Octal 376 222 21 0 53 135 0 41 143 65
Binary 11111110 10010010 10001 0 101011 1011101 0 100001 1100011 110101

Color Harmonies of #FE9211

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FE9211

Black with #FE9211

Text Example


Text Example

White with #FE9211

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FE9211; }

 p { color: rgb(254,146,17); }

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

background-color css

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

 a { background-color: rgb(254,146,17); }

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

border-color css

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

 span { border-color: rgb(254,146,17); }

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