Html Css Color HEX #FE9101 Dark Orange

📋 copy color: '#FE9101'

red 254 ◦ green 145 ◦ blue 1

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

Shades of Dark Orange #FE9101

Tints of Dark Orange #FE9101

RGB

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

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

 BLUE value IS 1 (0.78% from 255) = 0.25%

R = 63.5%
G = 36.25%
B = 0.25%

CMYK

 C value IS 0

 M value IS 0.43

 Y value IS 1.00

 K value IS 0.00

RGB Variations

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

Color information

#FE9101 (or 0xFE9101) is known color: Dark Orange. HEX triplet: FE, 91 and 01. RGB value is (254,145,1). Sum of RGB (Red+Green+Blue) = 254+145+1=400 (52% of max value = 765). Red value is 254 (99.61% from 255 or 63.5% from 400); Green value is 145 (57.03% from 255 or 36.25% from 400); Blue value is 1 (0.78% from 255 or 0.25% from 400); Max value from RGB is 254 - color contains mainly: red. Hex color #FE9101 is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #FE9101 is #016EFE. Grayscale: #A1A1A1. Windows color (decimal): -93951 or 102910. OLE color: 102910.

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

Color convert

RGB 254 145 1 -
CMYK 0 0.43 1.00 0.00
HSL 34.15º 0.99% 0.5% -
HSV(B) 34.15º 1% 1% -
XYZ 51 41.32 5.32 -
YUV 161.18 37.61 194.21 -
System Red Green Blue C M Y K H S L
Decimal 254 145 1 0 0.43 1.00 0.00 34.15 0.99 0.5
Hex FE 91 1 0 2B 64 0 22 63 32
Octal 376 221 1 0 53 144 0 42 143 62
Binary 11111110 10010001 1 0 101011 1100100 0 100010 1100011 110010

Color Harmonies of #FE9101

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FE9101

Black with #FE9101

Text Example


Text Example

White with #FE9101

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FE9101; }

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

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

background-color css

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

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

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

border-color css

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

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

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