Shades of Burnt Orange #FB6525
Tints of Burnt Orange #FB6525
RGB
CMYK
RGB Variations
Color information
#FB6525 (or 0xFB6525) is known color: Burnt Orange. HEX triplet: FB, 65 and 25. RGB value is (251,101,37). Sum of RGB (Red+Green+Blue) = 251+101+37=389 (51% of max value = 765). Red value is 251 (98.44% from 255 or 64.52% from 389); Green value is 101 (39.84% from 255 or 25.96% from 389); Blue value is 37 (14.84% from 255 or 9.51% from 389); Max value from RGB is 251 - color contains mainly: red. Hex color #FB6525 is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #FB6525 is #049ADA. Grayscale: #8A8A8A. Windows color (decimal): -301787 or 2450939. OLE color: 2450939.
HSL color Cylindrical-coordinate representation of color #FB6525: hue angle of 17.94º degrees, saturation: 0.96, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #FB6525 is Cyan = 0, Magento = 0.60, Yellow = 0.85 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 101 | 37 | - |
| CMYK | 0 | 0.60 | 0.85 | 0.02 |
| HSL | 17.94º | 0.96% | 0.56% | - |
| HSV(B) | 17.94º | 0.85% | 0.98% | - |
| XYZ | 44.77 | 29.95 | 5.17 | - |
| YUV | 138.55 | 70.7 | 208.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 101 | 37 | 0 | 0.60 | 0.85 | 0.02 | 17.94 | 0.96 | 0.56 |
| Hex | FB | 65 | 25 | 0 | 3C | 55 | 2 | 12 | 60 | 38 |
| Octal | 373 | 145 | 45 | 0 | 74 | 125 | 2 | 22 | 140 | 70 |
| Binary | 11111011 | 1100101 | 100101 | 0 | 111100 | 1010101 | 10 | 10010 | 1100000 | 111000 |
Color Harmonies of #FB6525
Complementary color
Monochromatic Colors of #FB6525
Black with #FB6525
Text Example
Text Example
White with #FB6525
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FB6525; }
p { color: rgb(251,101,37); }
H1.HeaderClassName
{
color: #FB6525;
}
.AnyTagClassName
{
color: #FB6525;
}
</style>
background-color css
<style>
a { background-color: #FB6525; }
a { background-color: rgb(251,101,37); }
div.DivClassName
{
background-color: #FB6525;
}
.BgClassName
{
background-color: #FB6525;
}
</style>
border-color css
<style>
span { border-color: #FB6525; }
span { border-color: rgb(251,101,37); }
td.TdClassName
{
border-color: #FB6525;
}
.TagClassName
{
border-color: #FB6525;
}
</style>