Shades of Burnt Orange #F67541
Tints of Burnt Orange #F67541
RGB
CMYK
RGB Variations
Color information
#F67541 (or 0xF67541) is known color: Burnt Orange. HEX triplet: F6, 75 and 41. RGB value is (246,117,65). Sum of RGB (Red+Green+Blue) = 246+117+65=428 (56% of max value = 765). Red value is 246 (96.48% from 255 or 57.48% from 428); Green value is 117 (46.09% from 255 or 27.34% from 428); Blue value is 65 (25.78% from 255 or 15.19% from 428); Max value from RGB is 246 - color contains mainly: red. Hex color #F67541 is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #F67541 is #098ABE. Grayscale: #959595. Windows color (decimal): -625343 or 4290038. OLE color: 4290038.
HSL color Cylindrical-coordinate representation of color #F67541: hue angle of 17.24º degrees, saturation: 0.91, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #F67541 is Cyan = 0, Magento = 0.52, Yellow = 0.74 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 246 | 117 | 65 | - |
| CMYK | 0 | 0.52 | 0.74 | 0.04 |
| HSL | 17.24º | 0.91% | 0.61% | - |
| HSV(B) | 17.24º | 0.74% | 0.96% | - |
| XYZ | 45.32 | 32.7 | 8.92 | - |
| YUV | 149.64 | 80.24 | 196.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 246 | 117 | 65 | 0 | 0.52 | 0.74 | 0.04 | 17.24 | 0.91 | 0.61 |
| Hex | F6 | 75 | 41 | 0 | 34 | 4A | 4 | 11 | 5B | 3D |
| Octal | 366 | 165 | 101 | 0 | 64 | 112 | 4 | 21 | 133 | 75 |
| Binary | 11110110 | 1110101 | 1000001 | 0 | 110100 | 1001010 | 100 | 10001 | 1011011 | 111101 |
Color Harmonies of #F67541
Complementary color
Monochromatic Colors of #F67541
Black with #F67541
Text Example
Text Example
White with #F67541
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F67541; }
p { color: rgb(246,117,65); }
H1.HeaderClassName
{
color: #F67541;
}
.AnyTagClassName
{
color: #F67541;
}
</style>
background-color css
<style>
a { background-color: #F67541; }
a { background-color: rgb(246,117,65); }
div.DivClassName
{
background-color: #F67541;
}
.BgClassName
{
background-color: #F67541;
}
</style>
border-color css
<style>
span { border-color: #F67541; }
span { border-color: rgb(246,117,65); }
td.TdClassName
{
border-color: #F67541;
}
.TagClassName
{
border-color: #F67541;
}
</style>