Shades of Burnt Orange #F26D27
Tints of Burnt Orange #F26D27
RGB
CMYK
RGB Variations
Color information
#F26D27 (or 0xF26D27) is known color: Burnt Orange. HEX triplet: F2, 6D and 27. RGB value is (242,109,39). Sum of RGB (Red+Green+Blue) = 242+109+39=390 (51% of max value = 765). Red value is 242 (94.92% from 255 or 62.05% from 390); Green value is 109 (42.97% from 255 or 27.95% from 390); Blue value is 39 (15.62% from 255 or 10% from 390); Max value from RGB is 242 - color contains mainly: red. Hex color #F26D27 is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #F26D27 is #0D92D8. Grayscale: #8D8D8D. Windows color (decimal): -889561 or 2584050. OLE color: 2584050.
HSL color Cylindrical-coordinate representation of color #F26D27: hue angle of 20.69º degrees, saturation: 0.89, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #F26D27 is Cyan = 0, Magento = 0.55, Yellow = 0.84 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 109 | 39 | - |
| CMYK | 0 | 0.55 | 0.84 | 0.05 |
| HSL | 20.69º | 0.89% | 0.55% | - |
| HSV(B) | 20.69º | 0.84% | 0.95% | - |
| XYZ | 42.45 | 29.96 | 5.46 | - |
| YUV | 140.79 | 70.56 | 200.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 109 | 39 | 0 | 0.55 | 0.84 | 0.05 | 20.69 | 0.89 | 0.55 |
| Hex | F2 | 6D | 27 | 0 | 37 | 54 | 5 | 15 | 59 | 37 |
| Octal | 362 | 155 | 47 | 0 | 67 | 124 | 5 | 25 | 131 | 67 |
| Binary | 11110010 | 1101101 | 100111 | 0 | 110111 | 1010100 | 101 | 10101 | 1011001 | 110111 |
Color Harmonies of #F26D27
Complementary color
Monochromatic Colors of #F26D27
Black with #F26D27
Text Example
Text Example
White with #F26D27
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F26D27; }
p { color: rgb(242,109,39); }
H1.HeaderClassName
{
color: #F26D27;
}
.AnyTagClassName
{
color: #F26D27;
}
</style>
background-color css
<style>
a { background-color: #F26D27; }
a { background-color: rgb(242,109,39); }
div.DivClassName
{
background-color: #F26D27;
}
.BgClassName
{
background-color: #F26D27;
}
</style>
border-color css
<style>
span { border-color: #F26D27; }
span { border-color: rgb(242,109,39); }
td.TdClassName
{
border-color: #F26D27;
}
.TagClassName
{
border-color: #F26D27;
}
</style>