#FF7033

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

Shades of Burnt Orange #FF7033

Tints of Burnt Orange #FF7033

Color information

#FF7033 (or 0xFF7033) is unknown color: approx Burnt Orange. HEX triplet: FF, 70 and 33. RGB value is (255,112,51). Sum of RGB (Red+Green+Blue) = 255+112+51=418 (55% of max value = 765). Red value is 255 (100% from 255 or 61.00% from 418); Green value is 112 (44.14% from 255 or 26.79% from 418); Blue value is 51 (20.31% from 255 or 12.20% from 418); Max value from RGB is 255 - color contains mainly: red. Hex color #FF7033 is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #FF7033 is #008FCC. Grayscale: #949494. Windows color (decimal): -36813 or 3371263. OLE color: 3371263.

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

Color convert

RGB25511251-
CMYK00.560.80
HSL17.94º100%60%-
HSV(B)17.94º80%100%-
XYZ47.6333.097.01-
YUV147.873.38204.46-

RGB Variations

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

RGB

RED value IS 255 (100% from 255) = 61.00%
GREEN value IS 112 (44.14% from 255) = 26.79%
BLUE value IS 51 (20.31% from 255) = 12.20%
R=61.00%
G=26.79%
B=12.20%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.56
Y (Yellow) values IS 0.8
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal2551125100.560.8017.9410060
HexFF703303850012643c
Octal3771606307012002214474
Binary111111111110000110011011100010100000100101100100111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #FF7033

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #FF7033; }

 p { color: rgb(255,112,51); }

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

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

 a { background-color: rgb(255,112,51); }

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

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

 span { border-color: rgb(255,112,51); }

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