Shades of Burnt Orange #FB7841
Tints of Burnt Orange #FB7841
RGB
CMYK
RGB Variations
Color information
#FB7841 (or 0xFB7841) is known color: Burnt Orange. HEX triplet: FB, 78 and 41. RGB value is (251,120,65). Sum of RGB (Red+Green+Blue) = 251+120+65=436 (57% of max value = 765). Red value is 251 (98.44% from 255 or 57.57% from 436); Green value is 120 (47.27% from 255 or 27.52% from 436); Blue value is 65 (25.78% from 255 or 14.91% from 436); Max value from RGB is 251 - color contains mainly: red. Hex color #FB7841 is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #FB7841 is #0487BE. Grayscale: #999999. Windows color (decimal): -296895 or 4290811. OLE color: 4290811.
HSL color Cylindrical-coordinate representation of color #FB7841: hue angle of 17.74º 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 #FB7841 is Cyan = 0, Magento = 0.52, Yellow = 0.74 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 120 | 65 | - |
| CMYK | 0 | 0.52 | 0.74 | 0.02 |
| HSL | 17.74º | 0.96% | 0.62% | - |
| HSV(B) | 17.74º | 0.74% | 0.98% | - |
| XYZ | 47.45 | 34.32 | 9.13 | - |
| YUV | 152.9 | 78.4 | 197.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 120 | 65 | 0 | 0.52 | 0.74 | 0.02 | 17.74 | 0.96 | 0.62 |
| Hex | FB | 78 | 41 | 0 | 34 | 4A | 2 | 12 | 60 | 3E |
| Octal | 373 | 170 | 101 | 0 | 64 | 112 | 2 | 22 | 140 | 76 |
| Binary | 11111011 | 1111000 | 1000001 | 0 | 110100 | 1001010 | 10 | 10010 | 1100000 | 111110 |
Color Harmonies of #FB7841
Complementary color
Monochromatic Colors of #FB7841
Black with #FB7841
Text Example
Text Example
White with #FB7841
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FB7841; }
p { color: rgb(251,120,65); }
H1.HeaderClassName
{
color: #FB7841;
}
.AnyTagClassName
{
color: #FB7841;
}
</style>
background-color css
<style>
a { background-color: #FB7841; }
a { background-color: rgb(251,120,65); }
div.DivClassName
{
background-color: #FB7841;
}
.BgClassName
{
background-color: #FB7841;
}
</style>
border-color css
<style>
span { border-color: #FB7841; }
span { border-color: rgb(251,120,65); }
td.TdClassName
{
border-color: #FB7841;
}
.TagClassName
{
border-color: #FB7841;
}
</style>