Shades of Burnt Orange #FB7B2A
Tints of Burnt Orange #FB7B2A
RGB
CMYK
RGB Variations
Color information
#FB7B2A (or 0xFB7B2A) is known color: Burnt Orange. HEX triplet: FB, 7B and 2A. RGB value is (251,123,42). Sum of RGB (Red+Green+Blue) = 251+123+42=416 (55% of max value = 765). Red value is 251 (98.44% from 255 or 60.34% from 416); Green value is 123 (48.44% from 255 or 29.57% from 416); Blue value is 42 (16.80% from 255 or 10.10% from 416); Max value from RGB is 251 - color contains mainly: red. Hex color #FB7B2A is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #FB7B2A is #0484D5. Grayscale: #989898. Windows color (decimal): -296150 or 2784251. OLE color: 2784251.
HSL color Cylindrical-coordinate representation of color #FB7B2A: hue angle of 23.25º degrees, saturation: 0.96, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #FB7B2A is Cyan = 0, Magento = 0.51, Yellow = 0.83 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 123 | 42 | - |
| CMYK | 0 | 0.51 | 0.83 | 0.02 |
| HSL | 23.25º | 0.96% | 0.57% | - |
| HSV(B) | 23.25º | 0.83% | 0.98% | - |
| XYZ | 47.28 | 34.84 | 6.42 | - |
| YUV | 152.04 | 65.91 | 198.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 123 | 42 | 0 | 0.51 | 0.83 | 0.02 | 23.25 | 0.96 | 0.57 |
| Hex | FB | 7B | 2A | 0 | 33 | 53 | 2 | 17 | 60 | 39 |
| Octal | 373 | 173 | 52 | 0 | 63 | 123 | 2 | 27 | 140 | 71 |
| Binary | 11111011 | 1111011 | 101010 | 0 | 110011 | 1010011 | 10 | 10111 | 1100000 | 111001 |
Color Harmonies of #FB7B2A
Complementary color
Monochromatic Colors of #FB7B2A
Black with #FB7B2A
Text Example
Text Example
White with #FB7B2A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FB7B2A; }
p { color: rgb(251,123,42); }
H1.HeaderClassName
{
color: #FB7B2A;
}
.AnyTagClassName
{
color: #FB7B2A;
}
</style>
background-color css
<style>
a { background-color: #FB7B2A; }
a { background-color: rgb(251,123,42); }
div.DivClassName
{
background-color: #FB7B2A;
}
.BgClassName
{
background-color: #FB7B2A;
}
</style>
border-color css
<style>
span { border-color: #FB7B2A; }
span { border-color: rgb(251,123,42); }
td.TdClassName
{
border-color: #FB7B2A;
}
.TagClassName
{
border-color: #FB7B2A;
}
</style>