Shades of Burnt Orange #FD7242
Tints of Burnt Orange #FD7242
RGB
CMYK
RGB Variations
Color information
#FD7242 (or 0xFD7242) is known color: Burnt Orange. HEX triplet: FD, 72 and 42. RGB value is (253,114,66). Sum of RGB (Red+Green+Blue) = 253+114+66=433 (57% of max value = 765). Red value is 253 (99.22% from 255 or 58.43% from 433); Green value is 114 (44.92% from 255 or 26.33% from 433); Blue value is 66 (26.17% from 255 or 15.24% from 433); Max value from RGB is 253 - color contains mainly: red. Hex color #FD7242 is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #FD7242 is #028DBD. Grayscale: #969696. Windows color (decimal): -167358 or 4354813. OLE color: 4354813.
HSL color Cylindrical-coordinate representation of color #FD7242: hue angle of 15.4º degrees, saturation: 0.98, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #FD7242 is Cyan = 0, Magento = 0.55, Yellow = 0.74 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 114 | 66 | - |
| CMYK | 0 | 0.55 | 0.74 | 0.01 |
| HSL | 15.4º | 0.98% | 0.63% | - |
| HSV(B) | 15.4º | 0.74% | 0.99% | - |
| XYZ | 47.51 | 33.31 | 9.08 | - |
| YUV | 150.09 | 80.55 | 201.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 114 | 66 | 0 | 0.55 | 0.74 | 0.01 | 15.4 | 0.98 | 0.63 |
| Hex | FD | 72 | 42 | 0 | 37 | 4A | 1 | F | 62 | 3F |
| Octal | 375 | 162 | 102 | 0 | 67 | 112 | 1 | 17 | 142 | 77 |
| Binary | 11111101 | 1110010 | 1000010 | 0 | 110111 | 1001010 | 1 | 1111 | 1100010 | 111111 |
Color Harmonies of #FD7242
Complementary color
Monochromatic Colors of #FD7242
Black with #FD7242
Text Example
Text Example
White with #FD7242
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FD7242; }
p { color: rgb(253,114,66); }
H1.HeaderClassName
{
color: #FD7242;
}
.AnyTagClassName
{
color: #FD7242;
}
</style>
background-color css
<style>
a { background-color: #FD7242; }
a { background-color: rgb(253,114,66); }
div.DivClassName
{
background-color: #FD7242;
}
.BgClassName
{
background-color: #FD7242;
}
</style>
border-color css
<style>
span { border-color: #FD7242; }
span { border-color: rgb(253,114,66); }
td.TdClassName
{
border-color: #FD7242;
}
.TagClassName
{
border-color: #FD7242;
}
</style>