Shades of Burnt Orange #FD702B
Tints of Burnt Orange #FD702B
RGB
CMYK
RGB Variations
Color information
#FD702B (or 0xFD702B) is known color: Burnt Orange. HEX triplet: FD, 70 and 2B. RGB value is (253,112,43). Sum of RGB (Red+Green+Blue) = 253+112+43=408 (54% of max value = 765). Red value is 253 (99.22% from 255 or 62.01% from 408); Green value is 112 (44.14% from 255 or 27.45% from 408); Blue value is 43 (17.19% from 255 or 10.54% from 408); Max value from RGB is 253 - color contains mainly: red. Hex color #FD702B is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #FD702B is #028FD4. Grayscale: #929292. Windows color (decimal): -167893 or 2846973. OLE color: 2846973.
HSL color Cylindrical-coordinate representation of color #FD702B: hue angle of 19.71º degrees, saturation: 0.98, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #FD702B is Cyan = 0, Magento = 0.56, Yellow = 0.83 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 112 | 43 | - |
| CMYK | 0 | 0.56 | 0.83 | 0.01 |
| HSL | 19.71º | 0.98% | 0.58% | - |
| HSV(B) | 19.71º | 0.83% | 0.99% | - |
| XYZ | 46.74 | 32.65 | 6.12 | - |
| YUV | 146.29 | 69.71 | 204.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 112 | 43 | 0 | 0.56 | 0.83 | 0.01 | 19.71 | 0.98 | 0.58 |
| Hex | FD | 70 | 2B | 0 | 38 | 53 | 1 | 14 | 62 | 3A |
| Octal | 375 | 160 | 53 | 0 | 70 | 123 | 1 | 24 | 142 | 72 |
| Binary | 11111101 | 1110000 | 101011 | 0 | 111000 | 1010011 | 1 | 10100 | 1100010 | 111010 |
Color Harmonies of #FD702B
Complementary color
Monochromatic Colors of #FD702B
Black with #FD702B
Text Example
Text Example
White with #FD702B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FD702B; }
p { color: rgb(253,112,43); }
H1.HeaderClassName
{
color: #FD702B;
}
.AnyTagClassName
{
color: #FD702B;
}
</style>
background-color css
<style>
a { background-color: #FD702B; }
a { background-color: rgb(253,112,43); }
div.DivClassName
{
background-color: #FD702B;
}
.BgClassName
{
background-color: #FD702B;
}
</style>
border-color css
<style>
span { border-color: #FD702B; }
span { border-color: rgb(253,112,43); }
td.TdClassName
{
border-color: #FD702B;
}
.TagClassName
{
border-color: #FD702B;
}
</style>