Html Css Color HEX #FE8503 Dark Orange

📋 copy color: '#FE8503'

red 254 ◦ green 133 ◦ blue 3

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

Shades of Dark Orange #FE8503

Tints of Dark Orange #FE8503

RGB

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

 GREEN value IS 133 (52.34% from 255) = 34.1%

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

R = 65.13%
G = 34.1%
B = 0.77%

CMYK

 C value IS 0

 M value IS 0.48

 Y value IS 0.99

 K value IS 0.00

RGB Variations

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

Color information

#FE8503 (or 0xFE8503) is known color: Dark Orange. HEX triplet: FE, 85 and 03. RGB value is (254,133,3). Sum of RGB (Red+Green+Blue) = 254+133+3=390 (51% of max value = 765). Red value is 254 (99.61% from 255 or 65.13% from 390); Green value is 133 (52.34% from 255 or 34.10% from 390); Blue value is 3 (1.56% from 255 or 0.77% from 390); Max value from RGB is 254 - color contains mainly: red. Hex color #FE8503 is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #FE8503 is #017AFC. Grayscale: #9B9B9B. Windows color (decimal): -97021 or 230910. OLE color: 230910.

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

Color convert

RGB 254 133 3 -
CMYK 0 0.48 0.99 0.00
HSL 31.08º 0.99% 0.5% -
HSV(B) 31.08º 0.99% 1% -
XYZ 49.28 37.85 4.8 -
YUV 154.36 42.59 199.07 -
System Red Green Blue C M Y K H S L
Decimal 254 133 3 0 0.48 0.99 0.00 31.08 0.99 0.5
Hex FE 85 3 0 30 63 0 1F 63 32
Octal 376 205 3 0 60 143 0 37 143 62
Binary 11111110 10000101 11 0 110000 1100011 0 11111 1100011 110010

Color Harmonies of #FE8503

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FE8503

Black with #FE8503

Text Example


Text Example

White with #FE8503

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FE8503; }

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

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

background-color css

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

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

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

border-color css

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

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

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