Shades of Burnt Orange #FB702B
Tints of Burnt Orange #FB702B
RGB
CMYK
RGB Variations
Color information
#FB702B (or 0xFB702B) is known color: Burnt Orange. HEX triplet: FB, 70 and 2B. RGB value is (251,112,43). Sum of RGB (Red+Green+Blue) = 251+112+43=406 (53% of max value = 765). Red value is 251 (98.44% from 255 or 61.82% from 406); Green value is 112 (44.14% from 255 or 27.59% from 406); Blue value is 43 (17.19% from 255 or 10.59% from 406); Max value from RGB is 251 - color contains mainly: red. Hex color #FB702B is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #FB702B is #048FD4. Grayscale: #929292. Windows color (decimal): -298965 or 2846971. OLE color: 2846971.
HSL color Cylindrical-coordinate representation of color #FB702B: hue angle of 19.9º degrees, saturation: 0.96, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #FB702B is Cyan = 0, Magento = 0.55, Yellow = 0.83 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 112 | 43 | - |
| CMYK | 0 | 0.55 | 0.83 | 0.02 |
| HSL | 19.9º | 0.96% | 0.58% | - |
| HSV(B) | 19.9º | 0.83% | 0.98% | - |
| XYZ | 46.01 | 32.27 | 6.09 | - |
| YUV | 145.7 | 70.05 | 203.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 112 | 43 | 0 | 0.55 | 0.83 | 0.02 | 19.9 | 0.96 | 0.58 |
| Hex | FB | 70 | 2B | 0 | 37 | 53 | 2 | 14 | 60 | 3A |
| Octal | 373 | 160 | 53 | 0 | 67 | 123 | 2 | 24 | 140 | 72 |
| Binary | 11111011 | 1110000 | 101011 | 0 | 110111 | 1010011 | 10 | 10100 | 1100000 | 111010 |
Color Harmonies of #FB702B
Complementary color
Monochromatic Colors of #FB702B
Black with #FB702B
Text Example
Text Example
White with #FB702B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FB702B; }
p { color: rgb(251,112,43); }
H1.HeaderClassName
{
color: #FB702B;
}
.AnyTagClassName
{
color: #FB702B;
}
</style>
background-color css
<style>
a { background-color: #FB702B; }
a { background-color: rgb(251,112,43); }
div.DivClassName
{
background-color: #FB702B;
}
.BgClassName
{
background-color: #FB702B;
}
</style>
border-color css
<style>
span { border-color: #FB702B; }
span { border-color: rgb(251,112,43); }
td.TdClassName
{
border-color: #FB702B;
}
.TagClassName
{
border-color: #FB702B;
}
</style>