Shades of Burnt Orange #F26D3A
Tints of Burnt Orange #F26D3A
RGB
CMYK
RGB Variations
Color information
#F26D3A (or 0xF26D3A) is known color: Burnt Orange. HEX triplet: F2, 6D and 3A. RGB value is (242,109,58). Sum of RGB (Red+Green+Blue) = 242+109+58=409 (54% of max value = 765). Red value is 242 (94.92% from 255 or 59.17% from 409); Green value is 109 (42.97% from 255 or 26.65% from 409); Blue value is 58 (23.05% from 255 or 14.18% from 409); Max value from RGB is 242 - color contains mainly: red. Hex color #F26D3A is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #F26D3A is #0D92C5. Grayscale: #8F8F8F. Windows color (decimal): -889542 or 3829234. OLE color: 3829234.
HSL color Cylindrical-coordinate representation of color #F26D3A: hue angle of 16.63º 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 #F26D3A is Cyan = 0, Magento = 0.55, Yellow = 0.76 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 109 | 58 | - |
| CMYK | 0 | 0.55 | 0.76 | 0.05 |
| HSL | 16.63º | 0.88% | 0.59% | - |
| HSV(B) | 16.63º | 0.76% | 0.95% | - |
| XYZ | 42.85 | 30.12 | 7.56 | - |
| YUV | 142.95 | 80.06 | 198.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 109 | 58 | 0 | 0.55 | 0.76 | 0.05 | 16.63 | 0.88 | 0.59 |
| Hex | F2 | 6D | 3A | 0 | 37 | 4C | 5 | 11 | 58 | 3B |
| Octal | 362 | 155 | 72 | 0 | 67 | 114 | 5 | 21 | 130 | 73 |
| Binary | 11110010 | 1101101 | 111010 | 0 | 110111 | 1001100 | 101 | 10001 | 1011000 | 111011 |
Color Harmonies of #F26D3A
Complementary color
Monochromatic Colors of #F26D3A
Black with #F26D3A
Text Example
Text Example
White with #F26D3A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F26D3A; }
p { color: rgb(242,109,58); }
H1.HeaderClassName
{
color: #F26D3A;
}
.AnyTagClassName
{
color: #F26D3A;
}
</style>
background-color css
<style>
a { background-color: #F26D3A; }
a { background-color: rgb(242,109,58); }
div.DivClassName
{
background-color: #F26D3A;
}
.BgClassName
{
background-color: #F26D3A;
}
</style>
border-color css
<style>
span { border-color: #F26D3A; }
span { border-color: rgb(242,109,58); }
td.TdClassName
{
border-color: #F26D3A;
}
.TagClassName
{
border-color: #F26D3A;
}
</style>