Shades of Burnt Orange #FB6423
Tints of Burnt Orange #FB6423
RGB
CMYK
RGB Variations
Color information
#FB6423 (or 0xFB6423) is known color: Burnt Orange. HEX triplet: FB, 64 and 23. RGB value is (251,100,35). Sum of RGB (Red+Green+Blue) = 251+100+35=386 (51% of max value = 765). Red value is 251 (98.44% from 255 or 65.03% from 386); Green value is 100 (39.45% from 255 or 25.91% from 386); Blue value is 35 (14.06% from 255 or 9.07% from 386); Max value from RGB is 251 - color contains mainly: red. Hex color #FB6423 is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #FB6423 is #049BDC. Grayscale: #8A8A8A. Windows color (decimal): -302045 or 2319611. OLE color: 2319611.
HSL color Cylindrical-coordinate representation of color #FB6423: hue angle of 18.06º 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 #FB6423 is Cyan = 0, Magento = 0.60, Yellow = 0.86 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 100 | 35 | - |
| CMYK | 0 | 0.60 | 0.86 | 0.02 |
| HSL | 18.06º | 0.96% | 0.56% | - |
| HSV(B) | 18.06º | 0.86% | 0.98% | - |
| XYZ | 44.64 | 29.74 | 4.98 | - |
| YUV | 137.74 | 70.03 | 208.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 100 | 35 | 0 | 0.60 | 0.86 | 0.02 | 18.06 | 0.96 | 0.56 |
| Hex | FB | 64 | 23 | 0 | 3C | 56 | 2 | 12 | 60 | 38 |
| Octal | 373 | 144 | 43 | 0 | 74 | 126 | 2 | 22 | 140 | 70 |
| Binary | 11111011 | 1100100 | 100011 | 0 | 111100 | 1010110 | 10 | 10010 | 1100000 | 111000 |
Color Harmonies of #FB6423
Complementary color
Monochromatic Colors of #FB6423
Black with #FB6423
Text Example
Text Example
White with #FB6423
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FB6423; }
p { color: rgb(251,100,35); }
H1.HeaderClassName
{
color: #FB6423;
}
.AnyTagClassName
{
color: #FB6423;
}
</style>
background-color css
<style>
a { background-color: #FB6423; }
a { background-color: rgb(251,100,35); }
div.DivClassName
{
background-color: #FB6423;
}
.BgClassName
{
background-color: #FB6423;
}
</style>
border-color css
<style>
span { border-color: #FB6423; }
span { border-color: rgb(251,100,35); }
td.TdClassName
{
border-color: #FB6423;
}
.TagClassName
{
border-color: #FB6423;
}
</style>