Shades of Burnt Orange #FD7741
Tints of Burnt Orange #FD7741
RGB
CMYK
RGB Variations
Color information
#FD7741 (or 0xFD7741) is known color: Burnt Orange. HEX triplet: FD, 77 and 41. RGB value is (253,119,65). Sum of RGB (Red+Green+Blue) = 253+119+65=437 (57% of max value = 765). Red value is 253 (99.22% from 255 or 57.89% from 437); Green value is 119 (46.88% from 255 or 27.23% from 437); Blue value is 65 (25.78% from 255 or 14.87% from 437); Max value from RGB is 253 - color contains mainly: red. Hex color #FD7741 is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #FD7741 is #0288BE. Grayscale: #999999. Windows color (decimal): -166079 or 4290557. OLE color: 4290557.
HSL color Cylindrical-coordinate representation of color #FD7741: hue angle of 17.23º 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 #FD7741 is Cyan = 0, Magento = 0.53, Yellow = 0.74 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 253 | 119 | 65 | - |
| CMYK | 0 | 0.53 | 0.74 | 0.01 |
| HSL | 17.23º | 0.98% | 0.62% | - |
| HSV(B) | 17.23º | 0.74% | 0.99% | - |
| XYZ | 48.06 | 34.46 | 9.12 | - |
| YUV | 152.91 | 78.39 | 199.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 253 | 119 | 65 | 0 | 0.53 | 0.74 | 0.01 | 17.23 | 0.98 | 0.62 |
| Hex | FD | 77 | 41 | 0 | 35 | 4A | 1 | 11 | 62 | 3E |
| Octal | 375 | 167 | 101 | 0 | 65 | 112 | 1 | 21 | 142 | 76 |
| Binary | 11111101 | 1110111 | 1000001 | 0 | 110101 | 1001010 | 1 | 10001 | 1100010 | 111110 |
Color Harmonies of #FD7741
Complementary color
Monochromatic Colors of #FD7741
Black with #FD7741
Text Example
Text Example
White with #FD7741
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FD7741; }
p { color: rgb(253,119,65); }
H1.HeaderClassName
{
color: #FD7741;
}
.AnyTagClassName
{
color: #FD7741;
}
</style>
background-color css
<style>
a { background-color: #FD7741; }
a { background-color: rgb(253,119,65); }
div.DivClassName
{
background-color: #FD7741;
}
.BgClassName
{
background-color: #FD7741;
}
</style>
border-color css
<style>
span { border-color: #FD7741; }
span { border-color: rgb(253,119,65); }
td.TdClassName
{
border-color: #FD7741;
}
.TagClassName
{
border-color: #FD7741;
}
</style>