Shades of Burnt Orange #F26D34
Tints of Burnt Orange #F26D34
RGB
CMYK
RGB Variations
Color information
#F26D34 (or 0xF26D34) is known color: Burnt Orange. HEX triplet: F2, 6D and 34. RGB value is (242,109,52). Sum of RGB (Red+Green+Blue) = 242+109+52=403 (53% of max value = 765). Red value is 242 (94.92% from 255 or 60.05% from 403); Green value is 109 (42.97% from 255 or 27.05% from 403); Blue value is 52 (20.70% from 255 or 12.90% from 403); Max value from RGB is 242 - color contains mainly: red. Hex color #F26D34 is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #F26D34 is #0D92CB. Grayscale: #8E8E8E. Windows color (decimal): -889548 or 3436018. OLE color: 3436018.
HSL color Cylindrical-coordinate representation of color #F26D34: hue angle of 18º degrees, saturation: 0.88, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #F26D34 is Cyan = 0, Magento = 0.55, Yellow = 0.79 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 109 | 52 | - |
| CMYK | 0 | 0.55 | 0.79 | 0.05 |
| HSL | 18º | 0.88% | 0.58% | - |
| HSV(B) | 18º | 0.79% | 0.95% | - |
| XYZ | 42.71 | 30.06 | 6.8 | - |
| YUV | 142.27 | 77.06 | 199.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 109 | 52 | 0 | 0.55 | 0.79 | 0.05 | 18 | 0.88 | 0.58 |
| Hex | F2 | 6D | 34 | 0 | 37 | 4F | 5 | 12 | 58 | 3A |
| Octal | 362 | 155 | 64 | 0 | 67 | 117 | 5 | 22 | 130 | 72 |
| Binary | 11110010 | 1101101 | 110100 | 0 | 110111 | 1001111 | 101 | 10010 | 1011000 | 111010 |
Color Harmonies of #F26D34
Complementary color
Monochromatic Colors of #F26D34
Black with #F26D34
Text Example
Text Example
White with #F26D34
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F26D34; }
p { color: rgb(242,109,52); }
H1.HeaderClassName
{
color: #F26D34;
}
.AnyTagClassName
{
color: #F26D34;
}
</style>
background-color css
<style>
a { background-color: #F26D34; }
a { background-color: rgb(242,109,52); }
div.DivClassName
{
background-color: #F26D34;
}
.BgClassName
{
background-color: #F26D34;
}
</style>
border-color css
<style>
span { border-color: #F26D34; }
span { border-color: rgb(242,109,52); }
td.TdClassName
{
border-color: #F26D34;
}
.TagClassName
{
border-color: #F26D34;
}
</style>