Html Css Color HEX #FE9605 Dark Orange

📋 copy color: '#FE9605'

red 254 ◦ green 150 ◦ blue 5

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

Shades of Dark Orange #FE9605

Tints of Dark Orange #FE9605

RGB

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

 GREEN value IS 150 (58.98% from 255) = 36.67%

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

R = 62.1%
G = 36.67%
B = 1.22%

CMYK

 C value IS 0

 M value IS 0.41

 Y value IS 0.98

 K value IS 0.00

RGB Variations

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

Color information

#FE9605 (or 0xFE9605) is known color: Dark Orange. HEX triplet: FE, 96 and 05. RGB value is (254,150,5). Sum of RGB (Red+Green+Blue) = 254+150+5=409 (54% of max value = 765). Red value is 254 (99.61% from 255 or 62.10% from 409); Green value is 150 (58.98% from 255 or 36.67% from 409); Blue value is 5 (2.34% from 255 or 1.22% from 409); Max value from RGB is 254 - color contains mainly: red. Hex color #FE9605 is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #FE9605 is #0169FA. Grayscale: #A5A5A5. Windows color (decimal): -92667 or 366334. OLE color: 366334.

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

Color convert

RGB 254 150 5 -
CMYK 0 0.41 0.98 0.00
HSL 34.94º 0.99% 0.51% -
HSV(B) 34.94º 0.98% 1% -
XYZ 51.81 42.89 5.69 -
YUV 164.57 37.96 191.79 -
System Red Green Blue C M Y K H S L
Decimal 254 150 5 0 0.41 0.98 0.00 34.94 0.99 0.51
Hex FE 96 5 0 29 62 0 23 63 33
Octal 376 226 5 0 51 142 0 43 143 63
Binary 11111110 10010110 101 0 101001 1100010 0 100011 1100011 110011

Color Harmonies of #FE9605

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FE9605

Black with #FE9605

Text Example


Text Example

White with #FE9605

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FE9605; }

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

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

background-color css

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

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

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

border-color css

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

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

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