Shades of Burnt Orange #FB6B2A
Tints of Burnt Orange #FB6B2A
RGB
CMYK
RGB Variations
Color information
#FB6B2A (or 0xFB6B2A) is known color: Burnt Orange. HEX triplet: FB, 6B and 2A. RGB value is (251,107,42). Sum of RGB (Red+Green+Blue) = 251+107+42=400 (52% of max value = 765). Red value is 251 (98.44% from 255 or 62.75% from 400); Green value is 107 (42.19% from 255 or 26.75% from 400); Blue value is 42 (16.80% from 255 or 10.5% from 400); Max value from RGB is 251 - color contains mainly: red. Hex color #FB6B2A is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #FB6B2A is #0494D5. Grayscale: #8F8F8F. Windows color (decimal): -300246 or 2780155. OLE color: 2780155.
HSL color Cylindrical-coordinate representation of color #FB6B2A: hue angle of 18.66º 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 #FB6B2A is Cyan = 0, Magento = 0.57, Yellow = 0.83 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 107 | 42 | - |
| CMYK | 0 | 0.57 | 0.83 | 0.02 |
| HSL | 18.66º | 0.96% | 0.57% | - |
| HSV(B) | 18.66º | 0.83% | 0.98% | - |
| XYZ | 45.46 | 31.19 | 5.82 | - |
| YUV | 142.65 | 71.21 | 205.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 107 | 42 | 0 | 0.57 | 0.83 | 0.02 | 18.66 | 0.96 | 0.57 |
| Hex | FB | 6B | 2A | 0 | 39 | 53 | 2 | 13 | 60 | 39 |
| Octal | 373 | 153 | 52 | 0 | 71 | 123 | 2 | 23 | 140 | 71 |
| Binary | 11111011 | 1101011 | 101010 | 0 | 111001 | 1010011 | 10 | 10011 | 1100000 | 111001 |
Color Harmonies of #FB6B2A
Complementary color
Monochromatic Colors of #FB6B2A
Black with #FB6B2A
Text Example
Text Example
White with #FB6B2A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FB6B2A; }
p { color: rgb(251,107,42); }
H1.HeaderClassName
{
color: #FB6B2A;
}
.AnyTagClassName
{
color: #FB6B2A;
}
</style>
background-color css
<style>
a { background-color: #FB6B2A; }
a { background-color: rgb(251,107,42); }
div.DivClassName
{
background-color: #FB6B2A;
}
.BgClassName
{
background-color: #FB6B2A;
}
</style>
border-color css
<style>
span { border-color: #FB6B2A; }
span { border-color: rgb(251,107,42); }
td.TdClassName
{
border-color: #FB6B2A;
}
.TagClassName
{
border-color: #FB6B2A;
}
</style>