Html Css Color HEX #FE9010 Dark Orange

📋 copy color: '#FE9010'

red 254 ◦ green 144 ◦ blue 16

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

Shades of Dark Orange #FE9010

Tints of Dark Orange #FE9010

RGB

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

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

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

R = 61.35%
G = 34.78%
B = 3.86%

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

#FE9010 (or 0xFE9010) is known color: Dark Orange. HEX triplet: FE, 90 and 10. RGB value is (254,144,16). Sum of RGB (Red+Green+Blue) = 254+144+16=414 (54% of max value = 765). Red value is 254 (99.61% from 255 or 61.35% from 414); Green value is 144 (56.64% from 255 or 34.78% from 414); Blue value is 16 (6.64% from 255 or 3.86% from 414); Max value from RGB is 254 - color contains mainly: red. Hex color #FE9010 is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #FE9010 is #016FEF. Grayscale: #A2A2A2. Windows color (decimal): -94192 or 1085694. OLE color: 1085694.

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

Color convert

RGB 254 144 16 -
CMYK 0 0.43 0.94 0.00
HSL 32.27º 0.99% 0.53% -
HSV(B) 32.27º 0.94% 1% -
XYZ 50.94 41.05 5.73 -
YUV 162.3 45.44 193.41 -
System Red Green Blue C M Y K H S L
Decimal 254 144 16 0 0.43 0.94 0.00 32.27 0.99 0.53
Hex FE 90 10 0 2B 5E 0 20 63 35
Octal 376 220 20 0 53 136 0 40 143 65
Binary 11111110 10010000 10000 0 101011 1011110 0 100000 1100011 110101

Color Harmonies of #FE9010

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FE9010

Black with #FE9010

Text Example


Text Example

White with #FE9010

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FE9010; }

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

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

background-color css

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

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

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

border-color css

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

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

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