#FF803C

Color #FF803C Burnt Orange (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Burnt Orange #FF803C

Tints of Burnt Orange #FF803C

Color information

#FF803C (or 0xFF803C) is unknown color: approx Burnt Orange. HEX triplet: FF, 80 and 3C. RGB value is (255,128,60). Sum of RGB (Red+Green+Blue) = 255+128+60=443 (58% of max value = 765). Red value is 255 (100% from 255 or 57.56% from 443); Green value is 128 (50.39% from 255 or 28.89% from 443); Blue value is 60 (23.83% from 255 or 13.54% from 443); Max value from RGB is 255 - color contains mainly: red. Hex color #FF803C is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #FF803C is #007FC3. Grayscale: #9E9E9E. Windows color (decimal): -32708 or 3965183. OLE color: 3965183.

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

Color convert

RGB25512860-
CMYK00.500.760
HSL20.92º100%61.76%-
HSV(B)20.92º76.47%100%-
XYZ49.7737.028.8-
YUV158.2272.58197.03-

RGB Variations

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

RGB

RED value IS 255 (100% from 255) = 57.56%
GREEN value IS 128 (50.39% from 255) = 28.89%
BLUE value IS 60 (23.83% from 255) = 13.54%
R=57.56%
G=28.89%
B=13.54%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.50
Y (Yellow) values IS 0.76
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal2551286000.500.76020.9210061.76
HexFF803C0324C015643e
Octal3772007406211402514476
Binary1111111110000000111100011001010011000101011100100111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FF803C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FF803C; }

 p { color: rgb(255,128,60); }

 H1.HeaderClassName
 {
   color: #FF803C;
 }
 .AnyTagClassName
 {
   color: #FF803C;
 }
</style>
background-color css

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

 a { background-color: rgb(255,128,60); }

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

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

 span { border-color: rgb(255,128,60); }

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