Html Css Color HEX #FE8003 Dark Orange

📋 copy color: '#FE8003'

red 254 ◦ green 128 ◦ blue 3

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

Shades of Dark Orange #FE8003

Tints of Dark Orange #FE8003

RGB

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

 GREEN value IS 128 (50.39% from 255) = 33.25%

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

R = 65.97%
G = 33.25%
B = 0.78%

CMYK

 C value IS 0

 M value IS 0.50

 Y value IS 0.99

 K value IS 0.00

RGB Variations

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

Color information

#FE8003 (or 0xFE8003) is known color: Dark Orange. HEX triplet: FE, 80 and 03. RGB value is (254,128,3). Sum of RGB (Red+Green+Blue) = 254+128+3=385 (50% of max value = 765). Red value is 254 (99.61% from 255 or 65.97% from 385); Green value is 128 (50.39% from 255 or 33.25% from 385); Blue value is 3 (1.56% from 255 or 0.78% from 385); Max value from RGB is 254 - color contains mainly: red. Hex color #FE8003 is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #FE8003 is #017FFC. Grayscale: #989898. Windows color (decimal): -98301 or 229630. OLE color: 229630.

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

Color convert

RGB 254 128 3 -
CMYK 0 0.50 0.99 0.00
HSL 29.88º 0.99% 0.5% -
HSV(B) 29.88º 0.99% 1% -
XYZ 48.61 36.52 4.57 -
YUV 151.42 44.24 201.16 -
System Red Green Blue C M Y K H S L
Decimal 254 128 3 0 0.50 0.99 0.00 29.88 0.99 0.5
Hex FE 80 3 0 32 63 0 1E 63 32
Octal 376 200 3 0 62 143 0 36 143 62
Binary 11111110 10000000 11 0 110010 1100011 0 11110 1100011 110010

Color Harmonies of #FE8003

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FE8003

Black with #FE8003

Text Example


Text Example

White with #FE8003

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FE8003; }

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

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

background-color css

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

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

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

border-color css

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

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

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