Shades of Burnt Orange #F4672F
Tints of Burnt Orange #F4672F
RGB
CMYK
RGB Variations
Color information
#F4672F (or 0xF4672F) is known color: Burnt Orange. HEX triplet: F4, 67 and 2F. RGB value is (244,103,47). Sum of RGB (Red+Green+Blue) = 244+103+47=394 (52% of max value = 765). Red value is 244 (95.70% from 255 or 61.93% from 394); Green value is 103 (40.62% from 255 or 26.14% from 394); Blue value is 47 (18.75% from 255 or 11.93% from 394); Max value from RGB is 244 - color contains mainly: red. Hex color #F4672F is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #F4672F is #0B98D0. Grayscale: #8B8B8B. Windows color (decimal): -760017 or 3106804. OLE color: 3106804.
HSL color Cylindrical-coordinate representation of color #F4672F: hue angle of 17.06º degrees, saturation: 0.9, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #F4672F is Cyan = 0, Magento = 0.58, Yellow = 0.81 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 244 | 103 | 47 | - |
| CMYK | 0 | 0.58 | 0.81 | 0.04 |
| HSL | 17.06º | 0.9% | 0.57% | - |
| HSV(B) | 17.06º | 0.81% | 0.96% | - |
| XYZ | 42.67 | 29.14 | 6.06 | - |
| YUV | 138.78 | 76.21 | 203.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 244 | 103 | 47 | 0 | 0.58 | 0.81 | 0.04 | 17.06 | 0.9 | 0.57 |
| Hex | F4 | 67 | 2F | 0 | 3A | 51 | 4 | 11 | 5A | 39 |
| Octal | 364 | 147 | 57 | 0 | 72 | 121 | 4 | 21 | 132 | 71 |
| Binary | 11110100 | 1100111 | 101111 | 0 | 111010 | 1010001 | 100 | 10001 | 1011010 | 111001 |
Color Harmonies of #F4672F
Complementary color
Monochromatic Colors of #F4672F
Black with #F4672F
Text Example
Text Example
White with #F4672F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F4672F; }
p { color: rgb(244,103,47); }
H1.HeaderClassName
{
color: #F4672F;
}
.AnyTagClassName
{
color: #F4672F;
}
</style>
background-color css
<style>
a { background-color: #F4672F; }
a { background-color: rgb(244,103,47); }
div.DivClassName
{
background-color: #F4672F;
}
.BgClassName
{
background-color: #F4672F;
}
</style>
border-color css
<style>
span { border-color: #F4672F; }
span { border-color: rgb(244,103,47); }
td.TdClassName
{
border-color: #F4672F;
}
.TagClassName
{
border-color: #F4672F;
}
</style>