Shades of Burnt Orange #FB7441
Tints of Burnt Orange #FB7441
RGB
CMYK
RGB Variations
Color information
#FB7441 (or 0xFB7441) is known color: Burnt Orange. HEX triplet: FB, 74 and 41. RGB value is (251,116,65). Sum of RGB (Red+Green+Blue) = 251+116+65=432 (57% of max value = 765). Red value is 251 (98.44% from 255 or 58.10% from 432); Green value is 116 (45.70% from 255 or 26.85% from 432); Blue value is 65 (25.78% from 255 or 15.05% from 432); Max value from RGB is 251 - color contains mainly: red. Hex color #FB7441 is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #FB7441 is #048BBE. Grayscale: #969696. Windows color (decimal): -297919 or 4289787. OLE color: 4289787.
HSL color Cylindrical-coordinate representation of color #FB7441: hue angle of 16.45º degrees, saturation: 0.96, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #FB7441 is Cyan = 0, Magento = 0.54, Yellow = 0.74 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 116 | 65 | - |
| CMYK | 0 | 0.54 | 0.74 | 0.02 |
| HSL | 16.45º | 0.96% | 0.62% | - |
| HSV(B) | 16.45º | 0.74% | 0.98% | - |
| XYZ | 46.98 | 33.38 | 8.97 | - |
| YUV | 150.55 | 79.73 | 199.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 116 | 65 | 0 | 0.54 | 0.74 | 0.02 | 16.45 | 0.96 | 0.62 |
| Hex | FB | 74 | 41 | 0 | 36 | 4A | 2 | 10 | 60 | 3E |
| Octal | 373 | 164 | 101 | 0 | 66 | 112 | 2 | 20 | 140 | 76 |
| Binary | 11111011 | 1110100 | 1000001 | 0 | 110110 | 1001010 | 10 | 10000 | 1100000 | 111110 |
Color Harmonies of #FB7441
Complementary color
Monochromatic Colors of #FB7441
Black with #FB7441
Text Example
Text Example
White with #FB7441
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FB7441; }
p { color: rgb(251,116,65); }
H1.HeaderClassName
{
color: #FB7441;
}
.AnyTagClassName
{
color: #FB7441;
}
</style>
background-color css
<style>
a { background-color: #FB7441; }
a { background-color: rgb(251,116,65); }
div.DivClassName
{
background-color: #FB7441;
}
.BgClassName
{
background-color: #FB7441;
}
</style>
border-color css
<style>
span { border-color: #FB7441; }
span { border-color: rgb(251,116,65); }
td.TdClassName
{
border-color: #FB7441;
}
.TagClassName
{
border-color: #FB7441;
}
</style>