Shades of Burnt Orange #FB7B2D
Tints of Burnt Orange #FB7B2D
RGB
CMYK
RGB Variations
Color information
#FB7B2D (or 0xFB7B2D) is known color: Burnt Orange. HEX triplet: FB, 7B and 2D. RGB value is (251,123,45). Sum of RGB (Red+Green+Blue) = 251+123+45=419 (55% of max value = 765). Red value is 251 (98.44% from 255 or 59.90% from 419); Green value is 123 (48.44% from 255 or 29.36% from 419); Blue value is 45 (17.97% from 255 or 10.74% from 419); Max value from RGB is 251 - color contains mainly: red. Hex color #FB7B2D is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #FB7B2D is #0484D2. Grayscale: #989898. Windows color (decimal): -296147 or 2980859. OLE color: 2980859.
HSL color Cylindrical-coordinate representation of color #FB7B2D: hue angle of 22.72º degrees, saturation: 0.96, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #FB7B2D is Cyan = 0, Magento = 0.51, Yellow = 0.82 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 123 | 45 | - |
| CMYK | 0 | 0.51 | 0.82 | 0.02 |
| HSL | 22.72º | 0.96% | 0.58% | - |
| HSV(B) | 22.72º | 0.82% | 0.98% | - |
| XYZ | 47.34 | 34.86 | 6.72 | - |
| YUV | 152.38 | 67.41 | 198.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 123 | 45 | 0 | 0.51 | 0.82 | 0.02 | 22.72 | 0.96 | 0.58 |
| Hex | FB | 7B | 2D | 0 | 33 | 52 | 2 | 17 | 60 | 3A |
| Octal | 373 | 173 | 55 | 0 | 63 | 122 | 2 | 27 | 140 | 72 |
| Binary | 11111011 | 1111011 | 101101 | 0 | 110011 | 1010010 | 10 | 10111 | 1100000 | 111010 |
Color Harmonies of #FB7B2D
Complementary color
Monochromatic Colors of #FB7B2D
Black with #FB7B2D
Text Example
Text Example
White with #FB7B2D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FB7B2D; }
p { color: rgb(251,123,45); }
H1.HeaderClassName
{
color: #FB7B2D;
}
.AnyTagClassName
{
color: #FB7B2D;
}
</style>
background-color css
<style>
a { background-color: #FB7B2D; }
a { background-color: rgb(251,123,45); }
div.DivClassName
{
background-color: #FB7B2D;
}
.BgClassName
{
background-color: #FB7B2D;
}
</style>
border-color css
<style>
span { border-color: #FB7B2D; }
span { border-color: rgb(251,123,45); }
td.TdClassName
{
border-color: #FB7B2D;
}
.TagClassName
{
border-color: #FB7B2D;
}
</style>