Shades of Burnt Orange #FB702F
Tints of Burnt Orange #FB702F
RGB
CMYK
RGB Variations
Color information
#FB702F (or 0xFB702F) is known color: Burnt Orange. HEX triplet: FB, 70 and 2F. RGB value is (251,112,47). Sum of RGB (Red+Green+Blue) = 251+112+47=410 (54% of max value = 765). Red value is 251 (98.44% from 255 or 61.22% from 410); Green value is 112 (44.14% from 255 or 27.32% from 410); Blue value is 47 (18.75% from 255 or 11.46% from 410); Max value from RGB is 251 - color contains mainly: red. Hex color #FB702F is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #FB702F is #048FD0. Grayscale: #929292. Windows color (decimal): -298961 or 3109115. OLE color: 3109115.
HSL color Cylindrical-coordinate representation of color #FB702F: hue angle of 19.12º degrees, saturation: 0.96, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #FB702F is Cyan = 0, Magento = 0.55, Yellow = 0.81 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 112 | 47 | - |
| CMYK | 0 | 0.55 | 0.81 | 0.02 |
| HSL | 19.12º | 0.96% | 0.58% | - |
| HSV(B) | 19.12º | 0.81% | 0.98% | - |
| XYZ | 46.09 | 32.3 | 6.5 | - |
| YUV | 146.15 | 72.05 | 202.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 112 | 47 | 0 | 0.55 | 0.81 | 0.02 | 19.12 | 0.96 | 0.58 |
| Hex | FB | 70 | 2F | 0 | 37 | 51 | 2 | 13 | 60 | 3A |
| Octal | 373 | 160 | 57 | 0 | 67 | 121 | 2 | 23 | 140 | 72 |
| Binary | 11111011 | 1110000 | 101111 | 0 | 110111 | 1010001 | 10 | 10011 | 1100000 | 111010 |
Color Harmonies of #FB702F
Complementary color
Monochromatic Colors of #FB702F
Black with #FB702F
Text Example
Text Example
White with #FB702F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FB702F; }
p { color: rgb(251,112,47); }
H1.HeaderClassName
{
color: #FB702F;
}
.AnyTagClassName
{
color: #FB702F;
}
</style>
background-color css
<style>
a { background-color: #FB702F; }
a { background-color: rgb(251,112,47); }
div.DivClassName
{
background-color: #FB702F;
}
.BgClassName
{
background-color: #FB702F;
}
</style>
border-color css
<style>
span { border-color: #FB702F; }
span { border-color: rgb(251,112,47); }
td.TdClassName
{
border-color: #FB702F;
}
.TagClassName
{
border-color: #FB702F;
}
</style>