Html Css Color HEX #FE803A Burnt Orange

📋 copy color: '#FE803A'

red 254 ◦ green 128 ◦ blue 58

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

Shades of Burnt Orange #FE803A

Tints of Burnt Orange #FE803A

RGB

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

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

 BLUE value IS 58 (23.05% from 255) = 13.18%

R = 57.73%
G = 29.09%
B = 13.18%

CMYK

 C value IS 0

 M value IS 0.50

 Y value IS 0.77

 K value IS 0.00

RGB Variations

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

Color information

#FE803A (or 0xFE803A) is known color: Burnt Orange. HEX triplet: FE, 80 and 3A. RGB value is (254,128,58). Sum of RGB (Red+Green+Blue) = 254+128+58=440 (58% of max value = 765). Red value is 254 (99.61% from 255 or 57.73% from 440); Green value is 128 (50.39% from 255 or 29.09% from 440); Blue value is 58 (23.05% from 255 or 13.18% from 440); Max value from RGB is 254 - color contains mainly: red. Hex color #FE803A is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #FE803A is #017FC5. Grayscale: #9E9E9E. Windows color (decimal): -98246 or 3834110. OLE color: 3834110.

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

Color convert

RGB 254 128 58 -
CMYK 0 0.50 0.77 0.00
HSL 21.43º 0.99% 0.61% -
HSV(B) 21.43º 0.77% 1% -
XYZ 49.36 36.81 8.51 -
YUV 157.69 71.74 196.69 -
System Red Green Blue C M Y K H S L
Decimal 254 128 58 0 0.50 0.77 0.00 21.43 0.99 0.61
Hex FE 80 3A 0 32 4D 0 15 63 3D
Octal 376 200 72 0 62 115 0 25 143 75
Binary 11111110 10000000 111010 0 110010 1001101 0 10101 1100011 111101

Color Harmonies of #FE803A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FE803A

Black with #FE803A

Text Example


Text Example

White with #FE803A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FE803A; }

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

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

background-color css

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

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

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

border-color css

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

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

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