Html Css Color HEX #FE803B Burnt Orange

📋 copy color: '#FE803B'

red 254 ◦ green 128 ◦ blue 59

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

Shades of Burnt Orange #FE803B

Tints of Burnt Orange #FE803B

RGB

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

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

 BLUE value IS 59 (23.44% from 255) = 13.38%

R = 57.6%
G = 29.02%
B = 13.38%

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

#FE803B (or 0xFE803B) is known color: Burnt Orange. HEX triplet: FE, 80 and 3B. RGB value is (254,128,59). Sum of RGB (Red+Green+Blue) = 254+128+59=441 (58% of max value = 765). Red value is 254 (99.61% from 255 or 57.60% from 441); Green value is 128 (50.39% from 255 or 29.02% from 441); Blue value is 59 (23.44% from 255 or 13.38% from 441); Max value from RGB is 254 - color contains mainly: red. Hex color #FE803B is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #FE803B is #017FC4. Grayscale: #9E9E9E. Windows color (decimal): -98245 or 3899646. OLE color: 3899646.

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

Color convert

RGB 254 128 59 -
CMYK 0 0.50 0.77 0.00
HSL 21.23º 0.99% 0.61% -
HSV(B) 21.23º 0.77% 1% -
XYZ 49.38 36.82 8.64 -
YUV 157.81 72.24 196.61 -
System Red Green Blue C M Y K H S L
Decimal 254 128 59 0 0.50 0.77 0.00 21.23 0.99 0.61
Hex FE 80 3B 0 32 4D 0 15 63 3D
Octal 376 200 73 0 62 115 0 25 143 75
Binary 11111110 10000000 111011 0 110010 1001101 0 10101 1100011 111101

Color Harmonies of #FE803B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FE803B

Black with #FE803B

Text Example


Text Example

White with #FE803B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FE803B; }

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

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

background-color css

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

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

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

border-color css

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

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

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