Html Css Color HEX #FE9503 Dark Orange

📋 copy color: '#FE9503'

red 254 ◦ green 149 ◦ blue 3

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

Shades of Dark Orange #FE9503

Tints of Dark Orange #FE9503

RGB

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

 GREEN value IS 149 (58.59% from 255) = 36.7%

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

R = 62.56%
G = 36.7%
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

#FE9503 (or 0xFE9503) is known color: Dark Orange. HEX triplet: FE, 95 and 03. RGB value is (254,149,3). Sum of RGB (Red+Green+Blue) = 254+149+3=406 (53% of max value = 765). Red value is 254 (99.61% from 255 or 62.56% from 406); Green value is 149 (58.59% from 255 or 36.70% from 406); Blue value is 3 (1.56% from 255 or 0.74% from 406); Max value from RGB is 254 - color contains mainly: red. Hex color #FE9503 is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #FE9503 is #016AFC. Grayscale: #A4A4A4. Windows color (decimal): -92925 or 235006. OLE color: 235006.

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

Color convert

RGB 254 149 3 -
CMYK 0 0.41 0.99 0.00
HSL 34.9º 0.99% 0.5% -
HSV(B) 34.9º 0.99% 1% -
XYZ 51.64 42.57 5.58 -
YUV 163.75 37.29 192.37 -
System Red Green Blue C M Y K H S L
Decimal 254 149 3 0 0.41 0.99 0.00 34.9 0.99 0.5
Hex FE 95 3 0 29 63 0 23 63 32
Octal 376 225 3 0 51 143 0 43 143 62
Binary 11111110 10010101 11 0 101001 1100011 0 100011 1100011 110010

Color Harmonies of #FE9503

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FE9503

Black with #FE9503

Text Example


Text Example

White with #FE9503

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FE9503; }

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

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

background-color css

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

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

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

border-color css

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

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

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