Shades of Burnt Orange #F87B34
Tints of Burnt Orange #F87B34
RGB
CMYK
RGB Variations
Color information
#F87B34 (or 0xF87B34) is known color: Burnt Orange. HEX triplet: F8, 7B and 34. RGB value is (248,123,52). Sum of RGB (Red+Green+Blue) = 248+123+52=423 (56% of max value = 765). Red value is 248 (97.27% from 255 or 58.63% from 423); Green value is 123 (48.44% from 255 or 29.08% from 423); Blue value is 52 (20.70% from 255 or 12.29% from 423); Max value from RGB is 248 - color contains mainly: red. Hex color #F87B34 is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #F87B34 is #0784CB. Grayscale: #989898. Windows color (decimal): -492748 or 3439608. OLE color: 3439608.
HSL color Cylindrical-coordinate representation of color #F87B34: hue angle of 21.73º degrees, saturation: 0.93, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #F87B34 is Cyan = 0, Magento = 0.50, Yellow = 0.79 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 248 | 123 | 52 | - |
| CMYK | 0 | 0.50 | 0.79 | 0.03 |
| HSL | 21.73º | 0.93% | 0.59% | - |
| HSV(B) | 21.73º | 0.79% | 0.97% | - |
| XYZ | 46.41 | 34.37 | 7.44 | - |
| YUV | 152.28 | 71.41 | 196.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 248 | 123 | 52 | 0 | 0.50 | 0.79 | 0.03 | 21.73 | 0.93 | 0.59 |
| Hex | F8 | 7B | 34 | 0 | 32 | 4F | 3 | 16 | 5D | 3B |
| Octal | 370 | 173 | 64 | 0 | 62 | 117 | 3 | 26 | 135 | 73 |
| Binary | 11111000 | 1111011 | 110100 | 0 | 110010 | 1001111 | 11 | 10110 | 1011101 | 111011 |
Color Harmonies of #F87B34
Complementary color
Monochromatic Colors of #F87B34
Black with #F87B34
Text Example
Text Example
White with #F87B34
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F87B34; }
p { color: rgb(248,123,52); }
H1.HeaderClassName
{
color: #F87B34;
}
.AnyTagClassName
{
color: #F87B34;
}
</style>
background-color css
<style>
a { background-color: #F87B34; }
a { background-color: rgb(248,123,52); }
div.DivClassName
{
background-color: #F87B34;
}
.BgClassName
{
background-color: #F87B34;
}
</style>
border-color css
<style>
span { border-color: #F87B34; }
span { border-color: rgb(248,123,52); }
td.TdClassName
{
border-color: #F87B34;
}
.TagClassName
{
border-color: #F87B34;
}
</style>