Shades of Burnt Orange #F2723B
Tints of Burnt Orange #F2723B
RGB
CMYK
RGB Variations
Color information
#F2723B (or 0xF2723B) is known color: Burnt Orange. HEX triplet: F2, 72 and 3B. RGB value is (242,114,59). Sum of RGB (Red+Green+Blue) = 242+114+59=415 (54% of max value = 765). Red value is 242 (94.92% from 255 or 58.31% from 415); Green value is 114 (44.92% from 255 or 27.47% from 415); Blue value is 59 (23.44% from 255 or 14.22% from 415); Max value from RGB is 242 - color contains mainly: red. Hex color #F2723B is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #F2723B is #0D8DC4. Grayscale: #929292. Windows color (decimal): -888261 or 3896050. OLE color: 3896050.
HSL color Cylindrical-coordinate representation of color #F2723B: hue angle of 18.03º 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 #F2723B is Cyan = 0, Magento = 0.53, Yellow = 0.76 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 114 | 59 | - |
| CMYK | 0 | 0.53 | 0.76 | 0.05 |
| HSL | 18.03º | 0.88% | 0.59% | - |
| HSV(B) | 18.03º | 0.76% | 0.95% | - |
| XYZ | 43.42 | 31.23 | 7.88 | - |
| YUV | 146 | 78.91 | 196.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 114 | 59 | 0 | 0.53 | 0.76 | 0.05 | 18.03 | 0.88 | 0.59 |
| Hex | F2 | 72 | 3B | 0 | 35 | 4C | 5 | 12 | 58 | 3B |
| Octal | 362 | 162 | 73 | 0 | 65 | 114 | 5 | 22 | 130 | 73 |
| Binary | 11110010 | 1110010 | 111011 | 0 | 110101 | 1001100 | 101 | 10010 | 1011000 | 111011 |
Color Harmonies of #F2723B
Complementary color
Monochromatic Colors of #F2723B
Black with #F2723B
Text Example
Text Example
White with #F2723B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F2723B; }
p { color: rgb(242,114,59); }
H1.HeaderClassName
{
color: #F2723B;
}
.AnyTagClassName
{
color: #F2723B;
}
</style>
background-color css
<style>
a { background-color: #F2723B; }
a { background-color: rgb(242,114,59); }
div.DivClassName
{
background-color: #F2723B;
}
.BgClassName
{
background-color: #F2723B;
}
</style>
border-color css
<style>
span { border-color: #F2723B; }
span { border-color: rgb(242,114,59); }
td.TdClassName
{
border-color: #F2723B;
}
.TagClassName
{
border-color: #F2723B;
}
</style>