Shades of Burnt Orange #FD732A
Tints of Burnt Orange #FD732A
RGB
CMYK
RGB Variations
Color information
#FD732A (or 0xFD732A) is known color: Burnt Orange. HEX triplet: FD, 73 and 2A. RGB value is (253,115,42). Sum of RGB (Red+Green+Blue) = 253+115+42=410 (54% of max value = 765). Red value is 253 (99.22% from 255 or 61.71% from 410); Green value is 115 (45.31% from 255 or 28.05% from 410); Blue value is 42 (16.80% from 255 or 10.24% from 410); Max value from RGB is 253 - color contains mainly: red. Hex color #FD732A is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #FD732A is #028CD5. Grayscale: #949494. Windows color (decimal): -167126 or 2782205. OLE color: 2782205.
HSL color Cylindrical-coordinate representation of color #FD732A: hue angle of 20.76º 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 #FD732A is Cyan = 0, Magento = 0.55, Yellow = 0.83 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 115 | 42 | - |
| CMYK | 0 | 0.55 | 0.83 | 0.01 |
| HSL | 20.76º | 0.98% | 0.58% | - |
| HSV(B) | 20.76º | 0.83% | 0.99% | - |
| XYZ | 47.06 | 33.31 | 6.14 | - |
| YUV | 147.94 | 68.22 | 202.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 115 | 42 | 0 | 0.55 | 0.83 | 0.01 | 20.76 | 0.98 | 0.58 |
| Hex | FD | 73 | 2A | 0 | 37 | 53 | 1 | 15 | 62 | 3A |
| Octal | 375 | 163 | 52 | 0 | 67 | 123 | 1 | 25 | 142 | 72 |
| Binary | 11111101 | 1110011 | 101010 | 0 | 110111 | 1010011 | 1 | 10101 | 1100010 | 111010 |
Color Harmonies of #FD732A
Complementary color
Monochromatic Colors of #FD732A
Black with #FD732A
Text Example
Text Example
White with #FD732A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FD732A; }
p { color: rgb(253,115,42); }
H1.HeaderClassName
{
color: #FD732A;
}
.AnyTagClassName
{
color: #FD732A;
}
</style>
background-color css
<style>
a { background-color: #FD732A; }
a { background-color: rgb(253,115,42); }
div.DivClassName
{
background-color: #FD732A;
}
.BgClassName
{
background-color: #FD732A;
}
</style>
border-color css
<style>
span { border-color: #FD732A; }
span { border-color: rgb(253,115,42); }
td.TdClassName
{
border-color: #FD732A;
}
.TagClassName
{
border-color: #FD732A;
}
</style>