Shades of Burnt Orange #FF702F
Tints of Burnt Orange #FF702F
RGB
CMYK
RGB Variations
Color information
#FF702F (or 0xFF702F) is known color: Burnt Orange. HEX triplet: FF, 70 and 2F. RGB value is (255,112,47). Sum of RGB (Red+Green+Blue) = 255+112+47=414 (54% of max value = 765). Red value is 255 (100% from 255 or 61.59% from 414); Green value is 112 (44.14% from 255 or 27.05% from 414); Blue value is 47 (18.75% from 255 or 11.35% from 414); Max value from RGB is 255 - color contains mainly: red. Hex color #FF702F is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #FF702F is #008FD0. Grayscale: #939393. Windows color (decimal): -36817 or 3109119. OLE color: 3109119.
HSL color Cylindrical-coordinate representation of color #FF702F: hue angle of 18.75º degrees, saturation: 1, lightness: 0.59%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #FF702F is Cyan = 0, Magento = 0.56, Yellow = 0.82 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 112 | 47 | - |
| CMYK | 0 | 0.56 | 0.82 | 0 |
| HSL | 18.75º | 1% | 0.59% | - |
| HSV(B) | 18.75º | 0.82% | 1% | - |
| XYZ | 47.55 | 33.05 | 6.56 | - |
| YUV | 147.35 | 71.38 | 204.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 112 | 47 | 0 | 0.56 | 0.82 | 0 | 18.75 | 1 | 0.59 |
| Hex | FF | 70 | 2F | 0 | 38 | 52 | 0 | 13 | 64 | 3B |
| Octal | 377 | 160 | 57 | 0 | 70 | 122 | 0 | 23 | 144 | 73 |
| Binary | 11111111 | 1110000 | 101111 | 0 | 111000 | 1010010 | 0 | 10011 | 1100100 | 111011 |
Color Harmonies of #FF702F
Complementary color
Monochromatic Colors of #FF702F
Black with #FF702F
Text Example
Text Example
White with #FF702F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FF702F; }
p { color: rgb(255,112,47); }
H1.HeaderClassName
{
color: #FF702F;
}
.AnyTagClassName
{
color: #FF702F;
}
</style>
background-color css
<style>
a { background-color: #FF702F; }
a { background-color: rgb(255,112,47); }
div.DivClassName
{
background-color: #FF702F;
}
.BgClassName
{
background-color: #FF702F;
}
</style>
border-color css
<style>
span { border-color: #FF702F; }
span { border-color: rgb(255,112,47); }
td.TdClassName
{
border-color: #FF702F;
}
.TagClassName
{
border-color: #FF702F;
}
</style>