Shades of Burnt Orange #FB6323
Tints of Burnt Orange #FB6323
RGB
CMYK
RGB Variations
Color information
#FB6323 (or 0xFB6323) is known color: Burnt Orange. HEX triplet: FB, 63 and 23. RGB value is (251,99,35). Sum of RGB (Red+Green+Blue) = 251+99+35=385 (50% of max value = 765). Red value is 251 (98.44% from 255 or 65.19% from 385); Green value is 99 (39.06% from 255 or 25.71% from 385); Blue value is 35 (14.06% from 255 or 9.09% from 385); Max value from RGB is 251 - color contains mainly: red. Hex color #FB6323 is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #FB6323 is #049CDC. Grayscale: #898989. Windows color (decimal): -302301 or 2319355. OLE color: 2319355.
HSL color Cylindrical-coordinate representation of color #FB6323: hue angle of 17.78º 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 #FB6323 is Cyan = 0, Magento = 0.61, Yellow = 0.86 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 99 | 35 | - |
| CMYK | 0 | 0.61 | 0.86 | 0.02 |
| HSL | 17.78º | 0.96% | 0.56% | - |
| HSV(B) | 17.78º | 0.86% | 0.98% | - |
| XYZ | 44.55 | 29.55 | 4.95 | - |
| YUV | 137.15 | 70.36 | 209.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 99 | 35 | 0 | 0.61 | 0.86 | 0.02 | 17.78 | 0.96 | 0.56 |
| Hex | FB | 63 | 23 | 0 | 3D | 56 | 2 | 12 | 60 | 38 |
| Octal | 373 | 143 | 43 | 0 | 75 | 126 | 2 | 22 | 140 | 70 |
| Binary | 11111011 | 1100011 | 100011 | 0 | 111101 | 1010110 | 10 | 10010 | 1100000 | 111000 |
Color Harmonies of #FB6323
Complementary color
Monochromatic Colors of #FB6323
Black with #FB6323
Text Example
Text Example
White with #FB6323
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FB6323; }
p { color: rgb(251,99,35); }
H1.HeaderClassName
{
color: #FB6323;
}
.AnyTagClassName
{
color: #FB6323;
}
</style>
background-color css
<style>
a { background-color: #FB6323; }
a { background-color: rgb(251,99,35); }
div.DivClassName
{
background-color: #FB6323;
}
.BgClassName
{
background-color: #FB6323;
}
</style>
border-color css
<style>
span { border-color: #FB6323; }
span { border-color: rgb(251,99,35); }
td.TdClassName
{
border-color: #FB6323;
}
.TagClassName
{
border-color: #FB6323;
}
</style>