Shades of Burnt Orange #FD7241
Tints of Burnt Orange #FD7241
RGB
CMYK
RGB Variations
Color information
#FD7241 (or 0xFD7241) is known color: Burnt Orange. HEX triplet: FD, 72 and 41. RGB value is (253,114,65). Sum of RGB (Red+Green+Blue) = 253+114+65=432 (57% of max value = 765). Red value is 253 (99.22% from 255 or 58.56% from 432); Green value is 114 (44.92% from 255 or 26.39% from 432); Blue value is 65 (25.78% from 255 or 15.05% from 432); Max value from RGB is 253 - color contains mainly: red. Hex color #FD7241 is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #FD7241 is #028DBE. Grayscale: #969696. Windows color (decimal): -167359 or 4289277. OLE color: 4289277.
HSL color Cylindrical-coordinate representation of color #FD7241: hue angle of 15.64º degrees, saturation: 0.98, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #FD7241 is Cyan = 0, Magento = 0.55, Yellow = 0.74 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 114 | 65 | - |
| CMYK | 0 | 0.55 | 0.74 | 0.01 |
| HSL | 15.64º | 0.98% | 0.62% | - |
| HSV(B) | 15.64º | 0.74% | 0.99% | - |
| XYZ | 47.48 | 33.3 | 8.93 | - |
| YUV | 149.98 | 80.05 | 201.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 114 | 65 | 0 | 0.55 | 0.74 | 0.01 | 15.64 | 0.98 | 0.62 |
| Hex | FD | 72 | 41 | 0 | 37 | 4A | 1 | 10 | 62 | 3E |
| Octal | 375 | 162 | 101 | 0 | 67 | 112 | 1 | 20 | 142 | 76 |
| Binary | 11111101 | 1110010 | 1000001 | 0 | 110111 | 1001010 | 1 | 10000 | 1100010 | 111110 |
Color Harmonies of #FD7241
Complementary color
Monochromatic Colors of #FD7241
Black with #FD7241
Text Example
Text Example
White with #FD7241
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FD7241; }
p { color: rgb(253,114,65); }
H1.HeaderClassName
{
color: #FD7241;
}
.AnyTagClassName
{
color: #FD7241;
}
</style>
background-color css
<style>
a { background-color: #FD7241; }
a { background-color: rgb(253,114,65); }
div.DivClassName
{
background-color: #FD7241;
}
.BgClassName
{
background-color: #FD7241;
}
</style>
border-color css
<style>
span { border-color: #FD7241; }
span { border-color: rgb(253,114,65); }
td.TdClassName
{
border-color: #FD7241;
}
.TagClassName
{
border-color: #FD7241;
}
</style>