Shades of Burnt Orange #F36830
Tints of Burnt Orange #F36830
RGB
CMYK
RGB Variations
Color information
#F36830 (or 0xF36830) is known color: Burnt Orange. HEX triplet: F3, 68 and 30. RGB value is (243,104,48). Sum of RGB (Red+Green+Blue) = 243+104+48=395 (52% of max value = 765). Red value is 243 (95.31% from 255 or 61.52% from 395); Green value is 104 (41.02% from 255 or 26.33% from 395); Blue value is 48 (19.14% from 255 or 12.15% from 395); Max value from RGB is 243 - color contains mainly: red. Hex color #F36830 is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #F36830 is #0C97CF. Grayscale: #8B8B8B. Windows color (decimal): -825296 or 3172595. OLE color: 3172595.
HSL color Cylindrical-coordinate representation of color #F36830: hue angle of 17.23º degrees, saturation: 0.89, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #F36830 is Cyan = 0, Magento = 0.57, Yellow = 0.80 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 243 | 104 | 48 | - |
| CMYK | 0 | 0.57 | 0.80 | 0.05 |
| HSL | 17.23º | 0.89% | 0.57% | - |
| HSV(B) | 17.23º | 0.8% | 0.95% | - |
| XYZ | 42.45 | 29.17 | 6.19 | - |
| YUV | 139.18 | 76.55 | 202.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 243 | 104 | 48 | 0 | 0.57 | 0.80 | 0.05 | 17.23 | 0.89 | 0.57 |
| Hex | F3 | 68 | 30 | 0 | 39 | 50 | 5 | 11 | 59 | 39 |
| Octal | 363 | 150 | 60 | 0 | 71 | 120 | 5 | 21 | 131 | 71 |
| Binary | 11110011 | 1101000 | 110000 | 0 | 111001 | 1010000 | 101 | 10001 | 1011001 | 111001 |
Color Harmonies of #F36830
Complementary color
Monochromatic Colors of #F36830
Black with #F36830
Text Example
Text Example
White with #F36830
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F36830; }
p { color: rgb(243,104,48); }
H1.HeaderClassName
{
color: #F36830;
}
.AnyTagClassName
{
color: #F36830;
}
</style>
background-color css
<style>
a { background-color: #F36830; }
a { background-color: rgb(243,104,48); }
div.DivClassName
{
background-color: #F36830;
}
.BgClassName
{
background-color: #F36830;
}
</style>
border-color css
<style>
span { border-color: #F36830; }
span { border-color: rgb(243,104,48); }
td.TdClassName
{
border-color: #F36830;
}
.TagClassName
{
border-color: #F36830;
}
</style>