Shades of Burnt Orange #F87B2B
Tints of Burnt Orange #F87B2B
RGB
CMYK
RGB Variations
Color information
#F87B2B (or 0xF87B2B) is known color: Burnt Orange. HEX triplet: F8, 7B and 2B. RGB value is (248,123,43). Sum of RGB (Red+Green+Blue) = 248+123+43=414 (54% of max value = 765). Red value is 248 (97.27% from 255 or 59.90% from 414); Green value is 123 (48.44% from 255 or 29.71% from 414); Blue value is 43 (17.19% from 255 or 10.39% from 414); Max value from RGB is 248 - color contains mainly: red. Hex color #F87B2B is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #F87B2B is #0784D4. Grayscale: #979797. Windows color (decimal): -492757 or 2849784. OLE color: 2849784.
HSL color Cylindrical-coordinate representation of color #F87B2B: hue angle of 23.41º degrees, saturation: 0.94, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #F87B2B is Cyan = 0, Magento = 0.50, Yellow = 0.83 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 248 | 123 | 43 | - |
| CMYK | 0 | 0.50 | 0.83 | 0.03 |
| HSL | 23.41º | 0.94% | 0.57% | - |
| HSV(B) | 23.41º | 0.83% | 0.97% | - |
| XYZ | 46.23 | 34.3 | 6.47 | - |
| YUV | 151.26 | 66.91 | 197 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 248 | 123 | 43 | 0 | 0.50 | 0.83 | 0.03 | 23.41 | 0.94 | 0.57 |
| Hex | F8 | 7B | 2B | 0 | 32 | 53 | 3 | 17 | 5E | 39 |
| Octal | 370 | 173 | 53 | 0 | 62 | 123 | 3 | 27 | 136 | 71 |
| Binary | 11111000 | 1111011 | 101011 | 0 | 110010 | 1010011 | 11 | 10111 | 1011110 | 111001 |
Color Harmonies of #F87B2B
Complementary color
Monochromatic Colors of #F87B2B
Black with #F87B2B
Text Example
Text Example
White with #F87B2B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F87B2B; }
p { color: rgb(248,123,43); }
H1.HeaderClassName
{
color: #F87B2B;
}
.AnyTagClassName
{
color: #F87B2B;
}
</style>
background-color css
<style>
a { background-color: #F87B2B; }
a { background-color: rgb(248,123,43); }
div.DivClassName
{
background-color: #F87B2B;
}
.BgClassName
{
background-color: #F87B2B;
}
</style>
border-color css
<style>
span { border-color: #F87B2B; }
span { border-color: rgb(248,123,43); }
td.TdClassName
{
border-color: #F87B2B;
}
.TagClassName
{
border-color: #F87B2B;
}
</style>