Shades of Burnt Orange #FD732F
Tints of Burnt Orange #FD732F
RGB
CMYK
RGB Variations
Color information
#FD732F (or 0xFD732F) is known color: Burnt Orange. HEX triplet: FD, 73 and 2F. RGB value is (253,115,47). Sum of RGB (Red+Green+Blue) = 253+115+47=415 (54% of max value = 765). Red value is 253 (99.22% from 255 or 60.96% from 415); Green value is 115 (45.31% from 255 or 27.71% from 415); Blue value is 47 (18.75% from 255 or 11.33% from 415); Max value from RGB is 253 - color contains mainly: red. Hex color #FD732F is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #FD732F is #028CD0. Grayscale: #949494. Windows color (decimal): -167121 or 3109885. OLE color: 3109885.
HSL color Cylindrical-coordinate representation of color #FD732F: hue angle of 19.81º degrees, saturation: 0.98, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #FD732F is Cyan = 0, Magento = 0.55, Yellow = 0.81 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 115 | 47 | - |
| CMYK | 0 | 0.55 | 0.81 | 0.01 |
| HSL | 19.81º | 0.98% | 0.59% | - |
| HSV(B) | 19.81º | 0.81% | 0.99% | - |
| XYZ | 47.15 | 33.35 | 6.64 | - |
| YUV | 148.51 | 70.72 | 202.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 115 | 47 | 0 | 0.55 | 0.81 | 0.01 | 19.81 | 0.98 | 0.59 |
| Hex | FD | 73 | 2F | 0 | 37 | 51 | 1 | 14 | 62 | 3B |
| Octal | 375 | 163 | 57 | 0 | 67 | 121 | 1 | 24 | 142 | 73 |
| Binary | 11111101 | 1110011 | 101111 | 0 | 110111 | 1010001 | 1 | 10100 | 1100010 | 111011 |
Color Harmonies of #FD732F
Complementary color
Monochromatic Colors of #FD732F
Black with #FD732F
Text Example
Text Example
White with #FD732F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FD732F; }
p { color: rgb(253,115,47); }
H1.HeaderClassName
{
color: #FD732F;
}
.AnyTagClassName
{
color: #FD732F;
}
</style>
background-color css
<style>
a { background-color: #FD732F; }
a { background-color: rgb(253,115,47); }
div.DivClassName
{
background-color: #FD732F;
}
.BgClassName
{
background-color: #FD732F;
}
</style>
border-color css
<style>
span { border-color: #FD732F; }
span { border-color: rgb(253,115,47); }
td.TdClassName
{
border-color: #FD732F;
}
.TagClassName
{
border-color: #FD732F;
}
</style>