Html Css Color HEX #FE9405 Dark Orange

📋 copy color: '#FE9405'

red 254 ◦ green 148 ◦ blue 5

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

Shades of Dark Orange #FE9405

Tints of Dark Orange #FE9405

RGB

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

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

 BLUE value IS 5 (2.34% from 255) = 1.23%

R = 62.41%
G = 36.36%
B = 1.23%

CMYK

 C value IS 0

 M value IS 0.42

 Y value IS 0.98

 K value IS 0.00

RGB Variations

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

Color information

#FE9405 (or 0xFE9405) is known color: Dark Orange. HEX triplet: FE, 94 and 05. RGB value is (254,148,5). Sum of RGB (Red+Green+Blue) = 254+148+5=407 (53% of max value = 765). Red value is 254 (99.61% from 255 or 62.41% from 407); Green value is 148 (58.20% from 255 or 36.36% from 407); Blue value is 5 (2.34% from 255 or 1.23% from 407); Max value from RGB is 254 - color contains mainly: red. Hex color #FE9405 is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #FE9405 is #016BFA. Grayscale: #A4A4A4. Windows color (decimal): -93179 or 365822. OLE color: 365822.

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

Color convert

RGB 254 148 5 -
CMYK 0 0.42 0.98 0.00
HSL 34.46º 0.99% 0.51% -
HSV(B) 34.46º 0.98% 1% -
XYZ 51.49 42.26 5.59 -
YUV 163.39 38.62 192.63 -
System Red Green Blue C M Y K H S L
Decimal 254 148 5 0 0.42 0.98 0.00 34.46 0.99 0.51
Hex FE 94 5 0 2A 62 0 22 63 33
Octal 376 224 5 0 52 142 0 42 143 63
Binary 11111110 10010100 101 0 101010 1100010 0 100010 1100011 110011

Color Harmonies of #FE9405

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FE9405

Black with #FE9405

Text Example


Text Example

White with #FE9405

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FE9405; }

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

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

background-color css

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

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

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

border-color css

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

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

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