Shades of Burnt Orange #FB6824
Tints of Burnt Orange #FB6824
RGB
CMYK
RGB Variations
Color information
#FB6824 (or 0xFB6824) is known color: Burnt Orange. HEX triplet: FB, 68 and 24. RGB value is (251,104,36). Sum of RGB (Red+Green+Blue) = 251+104+36=391 (51% of max value = 765). Red value is 251 (98.44% from 255 or 64.19% from 391); Green value is 104 (41.02% from 255 or 26.60% from 391); Blue value is 36 (14.45% from 255 or 9.21% from 391); Max value from RGB is 251 - color contains mainly: red. Hex color #FB6824 is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #FB6824 is #0497DB. Grayscale: #8C8C8C. Windows color (decimal): -301020 or 2386171. OLE color: 2386171.
HSL color Cylindrical-coordinate representation of color #FB6824: hue angle of 18.98º degrees, saturation: 0.96, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #FB6824 is Cyan = 0, Magento = 0.59, Yellow = 0.86 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 104 | 36 | - |
| CMYK | 0 | 0.59 | 0.86 | 0.02 |
| HSL | 18.98º | 0.96% | 0.56% | - |
| HSV(B) | 18.98º | 0.86% | 0.98% | - |
| XYZ | 45.05 | 30.54 | 5.19 | - |
| YUV | 140.2 | 69.2 | 207.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 104 | 36 | 0 | 0.59 | 0.86 | 0.02 | 18.98 | 0.96 | 0.56 |
| Hex | FB | 68 | 24 | 0 | 3B | 56 | 2 | 13 | 60 | 38 |
| Octal | 373 | 150 | 44 | 0 | 73 | 126 | 2 | 23 | 140 | 70 |
| Binary | 11111011 | 1101000 | 100100 | 0 | 111011 | 1010110 | 10 | 10011 | 1100000 | 111000 |
Color Harmonies of #FB6824
Complementary color
Monochromatic Colors of #FB6824
Black with #FB6824
Text Example
Text Example
White with #FB6824
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FB6824; }
p { color: rgb(251,104,36); }
H1.HeaderClassName
{
color: #FB6824;
}
.AnyTagClassName
{
color: #FB6824;
}
</style>
background-color css
<style>
a { background-color: #FB6824; }
a { background-color: rgb(251,104,36); }
div.DivClassName
{
background-color: #FB6824;
}
.BgClassName
{
background-color: #FB6824;
}
</style>
border-color css
<style>
span { border-color: #FB6824; }
span { border-color: rgb(251,104,36); }
td.TdClassName
{
border-color: #FB6824;
}
.TagClassName
{
border-color: #FB6824;
}
</style>