Shades of Burnt Orange #F4672B
Tints of Burnt Orange #F4672B
RGB
CMYK
RGB Variations
Color information
#F4672B (or 0xF4672B) is known color: Burnt Orange. HEX triplet: F4, 67 and 2B. RGB value is (244,103,43). Sum of RGB (Red+Green+Blue) = 244+103+43=390 (51% of max value = 765). Red value is 244 (95.70% from 255 or 62.56% from 390); Green value is 103 (40.62% from 255 or 26.41% from 390); Blue value is 43 (17.19% from 255 or 11.03% from 390); Max value from RGB is 244 - color contains mainly: red. Hex color #F4672B is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #F4672B is #0B98D4. Grayscale: #8A8A8A. Windows color (decimal): -760021 or 2844660. OLE color: 2844660.
HSL color Cylindrical-coordinate representation of color #F4672B: hue angle of 17.91º degrees, saturation: 0.9, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #F4672B is Cyan = 0, Magento = 0.58, Yellow = 0.82 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 244 | 103 | 43 | - |
| CMYK | 0 | 0.58 | 0.82 | 0.04 |
| HSL | 17.91º | 0.9% | 0.56% | - |
| HSV(B) | 17.91º | 0.82% | 0.96% | - |
| XYZ | 42.59 | 29.11 | 5.66 | - |
| YUV | 138.32 | 74.21 | 203.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 244 | 103 | 43 | 0 | 0.58 | 0.82 | 0.04 | 17.91 | 0.9 | 0.56 |
| Hex | F4 | 67 | 2B | 0 | 3A | 52 | 4 | 12 | 5A | 38 |
| Octal | 364 | 147 | 53 | 0 | 72 | 122 | 4 | 22 | 132 | 70 |
| Binary | 11110100 | 1100111 | 101011 | 0 | 111010 | 1010010 | 100 | 10010 | 1011010 | 111000 |
Color Harmonies of #F4672B
Complementary color
Monochromatic Colors of #F4672B
Black with #F4672B
Text Example
Text Example
White with #F4672B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F4672B; }
p { color: rgb(244,103,43); }
H1.HeaderClassName
{
color: #F4672B;
}
.AnyTagClassName
{
color: #F4672B;
}
</style>
background-color css
<style>
a { background-color: #F4672B; }
a { background-color: rgb(244,103,43); }
div.DivClassName
{
background-color: #F4672B;
}
.BgClassName
{
background-color: #F4672B;
}
</style>
border-color css
<style>
span { border-color: #F4672B; }
span { border-color: rgb(244,103,43); }
td.TdClassName
{
border-color: #F4672B;
}
.TagClassName
{
border-color: #F4672B;
}
</style>