Shades of Burnt Orange #FB7440
Tints of Burnt Orange #FB7440
RGB
CMYK
RGB Variations
Color information
#FB7440 (or 0xFB7440) is known color: Burnt Orange. HEX triplet: FB, 74 and 40. RGB value is (251,116,64). Sum of RGB (Red+Green+Blue) = 251+116+64=431 (57% of max value = 765). Red value is 251 (98.44% from 255 or 58.24% from 431); Green value is 116 (45.70% from 255 or 26.91% from 431); Blue value is 64 (25.39% from 255 or 14.85% from 431); Max value from RGB is 251 - color contains mainly: red. Hex color #FB7440 is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #FB7440 is #048BBF. Grayscale: #969696. Windows color (decimal): -297920 or 4224251. OLE color: 4224251.
HSL color Cylindrical-coordinate representation of color #FB7440: hue angle of 16.68º degrees, saturation: 0.96, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #FB7440 is Cyan = 0, Magento = 0.54, Yellow = 0.75 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 116 | 64 | - |
| CMYK | 0 | 0.54 | 0.75 | 0.02 |
| HSL | 16.68º | 0.96% | 0.62% | - |
| HSV(B) | 16.68º | 0.75% | 0.98% | - |
| XYZ | 46.95 | 33.37 | 8.82 | - |
| YUV | 150.44 | 79.23 | 199.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 116 | 64 | 0 | 0.54 | 0.75 | 0.02 | 16.68 | 0.96 | 0.62 |
| Hex | FB | 74 | 40 | 0 | 36 | 4B | 2 | 11 | 60 | 3E |
| Octal | 373 | 164 | 100 | 0 | 66 | 113 | 2 | 21 | 140 | 76 |
| Binary | 11111011 | 1110100 | 1000000 | 0 | 110110 | 1001011 | 10 | 10001 | 1100000 | 111110 |
Color Harmonies of #FB7440
Complementary color
Monochromatic Colors of #FB7440
Black with #FB7440
Text Example
Text Example
White with #FB7440
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FB7440; }
p { color: rgb(251,116,64); }
H1.HeaderClassName
{
color: #FB7440;
}
.AnyTagClassName
{
color: #FB7440;
}
</style>
background-color css
<style>
a { background-color: #FB7440; }
a { background-color: rgb(251,116,64); }
div.DivClassName
{
background-color: #FB7440;
}
.BgClassName
{
background-color: #FB7440;
}
</style>
border-color css
<style>
span { border-color: #FB7440; }
span { border-color: rgb(251,116,64); }
td.TdClassName
{
border-color: #FB7440;
}
.TagClassName
{
border-color: #FB7440;
}
</style>