Html Css Color HEX #FE9603 Dark Orange

📋 copy color: '#FE9603'

red 254 ◦ green 150 ◦ blue 3

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

Shades of Dark Orange #FE9603

Tints of Dark Orange #FE9603

RGB

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

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

 BLUE value IS 3 (1.56% from 255) = 0.74%

R = 62.41%
G = 36.86%
B = 0.74%

CMYK

 C value IS 0

 M value IS 0.41

 Y value IS 0.99

 K value IS 0.00

RGB Variations

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

Color information

#FE9603 (or 0xFE9603) is known color: Dark Orange. HEX triplet: FE, 96 and 03. RGB value is (254,150,3). Sum of RGB (Red+Green+Blue) = 254+150+3=407 (53% of max value = 765). Red value is 254 (99.61% from 255 or 62.41% from 407); Green value is 150 (58.98% from 255 or 36.86% from 407); Blue value is 3 (1.56% from 255 or 0.74% from 407); Max value from RGB is 254 - color contains mainly: red. Hex color #FE9603 is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #FE9603 is #0169FC. Grayscale: #A5A5A5. Windows color (decimal): -92669 or 235262. OLE color: 235262.

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

Color convert

RGB 254 150 3 -
CMYK 0 0.41 0.99 0.00
HSL 35.14º 0.99% 0.5% -
HSV(B) 35.14º 0.99% 1% -
XYZ 51.8 42.89 5.63 -
YUV 164.34 36.96 191.95 -
System Red Green Blue C M Y K H S L
Decimal 254 150 3 0 0.41 0.99 0.00 35.14 0.99 0.5
Hex FE 96 3 0 29 63 0 23 63 32
Octal 376 226 3 0 51 143 0 43 143 62
Binary 11111110 10010110 11 0 101001 1100011 0 100011 1100011 110010

Color Harmonies of #FE9603

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FE9603

Black with #FE9603

Text Example


Text Example

White with #FE9603

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FE9603; }

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

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

background-color css

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

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

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

border-color css

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

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

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