Shades of Burnt Orange #F3753A
Tints of Burnt Orange #F3753A
RGB
CMYK
RGB Variations
Color information
#F3753A (or 0xF3753A) is known color: Burnt Orange. HEX triplet: F3, 75 and 3A. RGB value is (243,117,58). Sum of RGB (Red+Green+Blue) = 243+117+58=418 (55% of max value = 765). Red value is 243 (95.31% from 255 or 58.13% from 418); Green value is 117 (46.09% from 255 or 27.99% from 418); Blue value is 58 (23.05% from 255 or 13.88% from 418); Max value from RGB is 243 - color contains mainly: red. Hex color #F3753A is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #F3753A is #0C8AC5. Grayscale: #949494. Windows color (decimal): -821958 or 3831283. OLE color: 3831283.
HSL color Cylindrical-coordinate representation of color #F3753A: hue angle of 19.14º degrees, saturation: 0.89, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #F3753A is Cyan = 0, Magento = 0.52, Yellow = 0.76 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 243 | 117 | 58 | - |
| CMYK | 0 | 0.52 | 0.76 | 0.05 |
| HSL | 19.14º | 0.89% | 0.59% | - |
| HSV(B) | 19.14º | 0.76% | 0.95% | - |
| XYZ | 44.09 | 32.08 | 7.87 | - |
| YUV | 147.95 | 77.24 | 195.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 243 | 117 | 58 | 0 | 0.52 | 0.76 | 0.05 | 19.14 | 0.89 | 0.59 |
| Hex | F3 | 75 | 3A | 0 | 34 | 4C | 5 | 13 | 59 | 3B |
| Octal | 363 | 165 | 72 | 0 | 64 | 114 | 5 | 23 | 131 | 73 |
| Binary | 11110011 | 1110101 | 111010 | 0 | 110100 | 1001100 | 101 | 10011 | 1011001 | 111011 |
Color Harmonies of #F3753A
Complementary color
Monochromatic Colors of #F3753A
Black with #F3753A
Text Example
Text Example
White with #F3753A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F3753A; }
p { color: rgb(243,117,58); }
H1.HeaderClassName
{
color: #F3753A;
}
.AnyTagClassName
{
color: #F3753A;
}
</style>
background-color css
<style>
a { background-color: #F3753A; }
a { background-color: rgb(243,117,58); }
div.DivClassName
{
background-color: #F3753A;
}
.BgClassName
{
background-color: #F3753A;
}
</style>
border-color css
<style>
span { border-color: #F3753A; }
span { border-color: rgb(243,117,58); }
td.TdClassName
{
border-color: #F3753A;
}
.TagClassName
{
border-color: #F3753A;
}
</style>