Shades of Burnt Orange #FB8130
Tints of Burnt Orange #FB8130
RGB
CMYK
RGB Variations
Color information
#FB8130 (or 0xFB8130) is known color: Burnt Orange. HEX triplet: FB, 81 and 30. RGB value is (251,129,48). Sum of RGB (Red+Green+Blue) = 251+129+48=428 (56% of max value = 765). Red value is 251 (98.44% from 255 or 58.64% from 428); Green value is 129 (50.78% from 255 or 30.14% from 428); Blue value is 48 (19.14% from 255 or 11.21% from 428); Max value from RGB is 251 - color contains mainly: red. Hex color #FB8130 is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #FB8130 is #047ECF. Grayscale: #9C9C9C. Windows color (decimal): -294608 or 3179003. OLE color: 3179003.
HSL color Cylindrical-coordinate representation of color #FB8130: hue angle of 23.94º degrees, saturation: 0.96, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #FB8130 is Cyan = 0, Magento = 0.49, Yellow = 0.81 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 129 | 48 | - |
| CMYK | 0 | 0.49 | 0.81 | 0.02 |
| HSL | 23.94º | 0.96% | 0.59% | - |
| HSV(B) | 23.94º | 0.81% | 0.98% | - |
| XYZ | 48.17 | 36.42 | 7.29 | - |
| YUV | 156.24 | 66.92 | 195.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 129 | 48 | 0 | 0.49 | 0.81 | 0.02 | 23.94 | 0.96 | 0.59 |
| Hex | FB | 81 | 30 | 0 | 31 | 51 | 2 | 18 | 60 | 3B |
| Octal | 373 | 201 | 60 | 0 | 61 | 121 | 2 | 30 | 140 | 73 |
| Binary | 11111011 | 10000001 | 110000 | 0 | 110001 | 1010001 | 10 | 11000 | 1100000 | 111011 |
Color Harmonies of #FB8130
Complementary color
Monochromatic Colors of #FB8130
Black with #FB8130
Text Example
Text Example
White with #FB8130
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FB8130; }
p { color: rgb(251,129,48); }
H1.HeaderClassName
{
color: #FB8130;
}
.AnyTagClassName
{
color: #FB8130;
}
</style>
background-color css
<style>
a { background-color: #FB8130; }
a { background-color: rgb(251,129,48); }
div.DivClassName
{
background-color: #FB8130;
}
.BgClassName
{
background-color: #FB8130;
}
</style>
border-color css
<style>
span { border-color: #FB8130; }
span { border-color: rgb(251,129,48); }
td.TdClassName
{
border-color: #FB8130;
}
.TagClassName
{
border-color: #FB8130;
}
</style>