Html Css Color HEX #FE9410 Dark Orange

📋 copy color: '#FE9410'

red 254 ◦ green 148 ◦ blue 16

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

Shades of Dark Orange #FE9410

Tints of Dark Orange #FE9410

RGB

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

 GREEN value IS 148 (58.2% from 255) = 35.41%

 BLUE value IS 16 (6.64% from 255) = 3.83%

R = 60.77%
G = 35.41%
B = 3.83%

CMYK

 C value IS 0

 M value IS 0.42

 Y value IS 0.94

 K value IS 0.00

RGB Variations

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

Color information

#FE9410 (or 0xFE9410) is known color: Dark Orange. HEX triplet: FE, 94 and 10. RGB value is (254,148,16). Sum of RGB (Red+Green+Blue) = 254+148+16=418 (55% of max value = 765). Red value is 254 (99.61% from 255 or 60.77% from 418); Green value is 148 (58.20% from 255 or 35.41% from 418); Blue value is 16 (6.64% from 255 or 3.83% from 418); Max value from RGB is 254 - color contains mainly: red. Hex color #FE9410 is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #FE9410 is #016BEF. Grayscale: #A5A5A5. Windows color (decimal): -93168 or 1086718. OLE color: 1086718.

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

Color convert

RGB 254 148 16 -
CMYK 0 0.42 0.94 0.00
HSL 33.28º 0.99% 0.53% -
HSV(B) 33.28º 0.94% 1% -
XYZ 51.56 42.29 5.94 -
YUV 164.65 44.12 191.73 -
System Red Green Blue C M Y K H S L
Decimal 254 148 16 0 0.42 0.94 0.00 33.28 0.99 0.53
Hex FE 94 10 0 2A 5E 0 21 63 35
Octal 376 224 20 0 52 136 0 41 143 65
Binary 11111110 10010100 10000 0 101010 1011110 0 100001 1100011 110101

Color Harmonies of #FE9410

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FE9410

Black with #FE9410

Text Example


Text Example

White with #FE9410

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FE9410; }

 p { color: rgb(254,148,16); }

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

background-color css

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

 a { background-color: rgb(254,148,16); }

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

border-color css

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

 span { border-color: rgb(254,148,16); }

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