#FF813C

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

Shades of Burnt Orange #FF813C

Tints of Burnt Orange #FF813C

Color information

#FF813C (or 0xFF813C) is unknown color: approx Burnt Orange. HEX triplet: FF, 81 and 3C. RGB value is (255,129,60). Sum of RGB (Red+Green+Blue) = 255+129+60=444 (58% of max value = 765). Red value is 255 (100% from 255 or 57.43% from 444); Green value is 129 (50.78% from 255 or 29.05% from 444); Blue value is 60 (23.83% from 255 or 13.51% from 444); Max value from RGB is 255 - color contains mainly: red. Hex color #FF813C is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #FF813C is #007EC3. Grayscale: #9F9F9F. Windows color (decimal): -32452 or 3965439. OLE color: 3965439.

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

Color convert

RGB25512960-
CMYK00.490.760
HSL21.23º100%61.76%-
HSV(B)21.23º76.47%100%-
XYZ49.9137.298.84-
YUV158.8172.24196.61-

RGB Variations

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

RGB

RED value IS 255 (100% from 255) = 57.43%
GREEN value IS 129 (50.78% from 255) = 29.05%
BLUE value IS 60 (23.83% from 255) = 13.51%
R=57.43%
G=29.05%
B=13.51%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.49
Y (Yellow) values IS 0.76
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal2551296000.490.76021.2310061.76
HexFF813C0314C015643e
Octal3772017406111402514476
Binary1111111110000001111100011000110011000101011100100111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FF813C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FF813C; }

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

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

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

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

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

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

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

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