#ff813a

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

Shades of Burnt Orange #FF813A

Tints of Burnt Orange #FF813A

Color information

#FF813A (or 0xFF813A) is unknown color: approx Burnt Orange. HEX triplet: FF, 81 and 3A. RGB value is (255,129,58). Sum of RGB (Red+Green+Blue) = 255+129+58=442 (58% of max value = 765). Red value is 255 (100% from 255 or 57.69% from 442); Green value is 129 (50.78% from 255 or 29.19% from 442); Blue value is 58 (23.05% from 255 or 13.12% from 442); Max value from RGB is 255 - color contains mainly: red. Hex color #FF813A is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #FF813A is #007EC5. Grayscale: #9E9E9E. Windows color (decimal): -32454 or 3834367. OLE color: 3834367.

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

Color convert

RGB25512958-
CMYK00.490.770
HSL21.62º100%61.37%-
HSV(B)21.62º77.25%100%-
XYZ49.8537.278.57-
YUV158.5871.24196.77-

RGB Variations

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

RGB

RED value IS 255 (100% from 255) = 57.69%
GREEN value IS 129 (50.78% from 255) = 29.19%
BLUE value IS 58 (23.05% from 255) = 13.12%
R=57.69%
G=29.19%
B=13.12%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.49
Y (Yellow) values IS 0.77
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal2551295800.490.77021.6210061.37
HexFF813A0314D016643d
Octal3772017206111502614475
Binary1111111110000001111010011000110011010101101100100111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ff813a

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ff813a; }

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

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

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

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

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

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

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

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