Shades of Burnt Orange #FB8038
Tints of Burnt Orange #FB8038
RGB
CMYK
RGB Variations
Color information
#FB8038 (or 0xFB8038) is known color: Burnt Orange. HEX triplet: FB, 80 and 38. RGB value is (251,128,56). Sum of RGB (Red+Green+Blue) = 251+128+56=435 (57% of max value = 765). Red value is 251 (98.44% from 255 or 57.70% from 435); Green value is 128 (50.39% from 255 or 29.43% from 435); Blue value is 56 (22.27% from 255 or 12.87% from 435); Max value from RGB is 251 - color contains mainly: red. Hex color #FB8038 is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #FB8038 is #047FC7. Grayscale: #9C9C9C. Windows color (decimal): -294856 or 3703035. OLE color: 3703035.
HSL color Cylindrical-coordinate representation of color #FB8038: hue angle of 22.15º degrees, saturation: 0.96, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #FB8038 is Cyan = 0, Magento = 0.49, Yellow = 0.78 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 128 | 56 | - |
| CMYK | 0 | 0.49 | 0.78 | 0.02 |
| HSL | 22.15º | 0.96% | 0.6% | - |
| HSV(B) | 22.15º | 0.78% | 0.98% | - |
| XYZ | 48.22 | 36.23 | 8.19 | - |
| YUV | 156.57 | 71.25 | 195.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 128 | 56 | 0 | 0.49 | 0.78 | 0.02 | 22.15 | 0.96 | 0.6 |
| Hex | FB | 80 | 38 | 0 | 31 | 4E | 2 | 16 | 60 | 3C |
| Octal | 373 | 200 | 70 | 0 | 61 | 116 | 2 | 26 | 140 | 74 |
| Binary | 11111011 | 10000000 | 111000 | 0 | 110001 | 1001110 | 10 | 10110 | 1100000 | 111100 |
Color Harmonies of #FB8038
Complementary color
Monochromatic Colors of #FB8038
Black with #FB8038
Text Example
Text Example
White with #FB8038
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FB8038; }
p { color: rgb(251,128,56); }
H1.HeaderClassName
{
color: #FB8038;
}
.AnyTagClassName
{
color: #FB8038;
}
</style>
background-color css
<style>
a { background-color: #FB8038; }
a { background-color: rgb(251,128,56); }
div.DivClassName
{
background-color: #FB8038;
}
.BgClassName
{
background-color: #FB8038;
}
</style>
border-color css
<style>
span { border-color: #FB8038; }
span { border-color: rgb(251,128,56); }
td.TdClassName
{
border-color: #FB8038;
}
.TagClassName
{
border-color: #FB8038;
}
</style>