#FF823C

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

Shades of Burnt Orange #FF823C

Tints of Burnt Orange #FF823C

Color information

#FF823C (or 0xFF823C) is unknown color: approx Burnt Orange. HEX triplet: FF, 82 and 3C. RGB value is (255,130,60). Sum of RGB (Red+Green+Blue) = 255+130+60=445 (58% of max value = 765). Red value is 255 (100% from 255 or 57.30% from 445); Green value is 130 (51.17% from 255 or 29.21% from 445); Blue value is 60 (23.83% from 255 or 13.48% from 445); Max value from RGB is 255 - color contains mainly: red. Hex color #FF823C is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #FF823C is #007DC3. Grayscale: #9F9F9F. Windows color (decimal): -32196 or 3965695. OLE color: 3965695.

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

Color convert

RGB25513060-
CMYK00.490.760
HSL21.54º100%61.76%-
HSV(B)21.54º76.47%100%-
XYZ50.0437.558.89-
YUV159.471.91196.19-

RGB Variations

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

RGB

RED value IS 255 (100% from 255) = 57.30%
GREEN value IS 130 (51.17% from 255) = 29.21%
BLUE value IS 60 (23.83% from 255) = 13.48%
R=57.30%
G=29.21%
B=13.48%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.49
Y (Yellow) values IS 0.76
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal2551306000.490.76021.5410061.76
HexFF823C0314C016643e
Octal3772027406111402614476
Binary1111111110000010111100011000110011000101101100100111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FF823C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FF823C; }

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

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

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

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

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

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

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

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