Shades of Burnt Orange #F2713B
Tints of Burnt Orange #F2713B
RGB
CMYK
RGB Variations
Color information
#F2713B (or 0xF2713B) is known color: Burnt Orange. HEX triplet: F2, 71 and 3B. RGB value is (242,113,59). Sum of RGB (Red+Green+Blue) = 242+113+59=414 (54% of max value = 765). Red value is 242 (94.92% from 255 or 58.45% from 414); Green value is 113 (44.53% from 255 or 27.29% from 414); Blue value is 59 (23.44% from 255 or 14.25% from 414); Max value from RGB is 242 - color contains mainly: red. Hex color #F2713B is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #F2713B is #0D8EC4. Grayscale: #919191. Windows color (decimal): -888517 or 3895794. OLE color: 3895794.
HSL color Cylindrical-coordinate representation of color #F2713B: hue angle of 17.7º degrees, saturation: 0.88, 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 #F2713B is Cyan = 0, Magento = 0.53, Yellow = 0.76 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 113 | 59 | - |
| CMYK | 0 | 0.53 | 0.76 | 0.05 |
| HSL | 17.7º | 0.88% | 0.59% | - |
| HSV(B) | 17.7º | 0.76% | 0.95% | - |
| XYZ | 43.31 | 31 | 7.84 | - |
| YUV | 145.42 | 79.24 | 196.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 113 | 59 | 0 | 0.53 | 0.76 | 0.05 | 17.7 | 0.88 | 0.59 |
| Hex | F2 | 71 | 3B | 0 | 35 | 4C | 5 | 12 | 58 | 3B |
| Octal | 362 | 161 | 73 | 0 | 65 | 114 | 5 | 22 | 130 | 73 |
| Binary | 11110010 | 1110001 | 111011 | 0 | 110101 | 1001100 | 101 | 10010 | 1011000 | 111011 |
Color Harmonies of #F2713B
Complementary color
Monochromatic Colors of #F2713B
Black with #F2713B
Text Example
Text Example
White with #F2713B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F2713B; }
p { color: rgb(242,113,59); }
H1.HeaderClassName
{
color: #F2713B;
}
.AnyTagClassName
{
color: #F2713B;
}
</style>
background-color css
<style>
a { background-color: #F2713B; }
a { background-color: rgb(242,113,59); }
div.DivClassName
{
background-color: #F2713B;
}
.BgClassName
{
background-color: #F2713B;
}
</style>
border-color css
<style>
span { border-color: #F2713B; }
span { border-color: rgb(242,113,59); }
td.TdClassName
{
border-color: #F2713B;
}
.TagClassName
{
border-color: #F2713B;
}
</style>