Shades of Burnt Orange #FB652A
Tints of Burnt Orange #FB652A
RGB
CMYK
RGB Variations
Color information
#FB652A (or 0xFB652A) is known color: Burnt Orange. HEX triplet: FB, 65 and 2A. RGB value is (251,101,42). Sum of RGB (Red+Green+Blue) = 251+101+42=394 (52% of max value = 765). Red value is 251 (98.44% from 255 or 63.71% from 394); Green value is 101 (39.84% from 255 or 25.63% from 394); Blue value is 42 (16.80% from 255 or 10.66% from 394); Max value from RGB is 251 - color contains mainly: red. Hex color #FB652A is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #FB652A is #049AD5. Grayscale: #8B8B8B. Windows color (decimal): -301782 or 2778619. OLE color: 2778619.
HSL color Cylindrical-coordinate representation of color #FB652A: hue angle of 16.94º degrees, saturation: 0.96, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #FB652A is Cyan = 0, Magento = 0.60, Yellow = 0.83 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 101 | 42 | - |
| CMYK | 0 | 0.60 | 0.83 | 0.02 |
| HSL | 16.94º | 0.96% | 0.57% | - |
| HSV(B) | 16.94º | 0.83% | 0.98% | - |
| XYZ | 44.86 | 29.98 | 5.61 | - |
| YUV | 139.12 | 73.2 | 207.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 101 | 42 | 0 | 0.60 | 0.83 | 0.02 | 16.94 | 0.96 | 0.57 |
| Hex | FB | 65 | 2A | 0 | 3C | 53 | 2 | 11 | 60 | 39 |
| Octal | 373 | 145 | 52 | 0 | 74 | 123 | 2 | 21 | 140 | 71 |
| Binary | 11111011 | 1100101 | 101010 | 0 | 111100 | 1010011 | 10 | 10001 | 1100000 | 111001 |
Color Harmonies of #FB652A
Complementary color
Monochromatic Colors of #FB652A
Black with #FB652A
Text Example
Text Example
White with #FB652A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FB652A; }
p { color: rgb(251,101,42); }
H1.HeaderClassName
{
color: #FB652A;
}
.AnyTagClassName
{
color: #FB652A;
}
</style>
background-color css
<style>
a { background-color: #FB652A; }
a { background-color: rgb(251,101,42); }
div.DivClassName
{
background-color: #FB652A;
}
.BgClassName
{
background-color: #FB652A;
}
</style>
border-color css
<style>
span { border-color: #FB652A; }
span { border-color: rgb(251,101,42); }
td.TdClassName
{
border-color: #FB652A;
}
.TagClassName
{
border-color: #FB652A;
}
</style>