Shades of Burnt Orange #F26934
Tints of Burnt Orange #F26934
RGB
CMYK
RGB Variations
Color information
#F26934 (or 0xF26934) is known color: Burnt Orange. HEX triplet: F2, 69 and 34. RGB value is (242,105,52). Sum of RGB (Red+Green+Blue) = 242+105+52=399 (52% of max value = 765). Red value is 242 (94.92% from 255 or 60.65% from 399); Green value is 105 (41.41% from 255 or 26.32% from 399); Blue value is 52 (20.70% from 255 or 13.03% from 399); Max value from RGB is 242 - color contains mainly: red. Hex color #F26934 is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #F26934 is #0D96CB. Grayscale: #8C8C8C. Windows color (decimal): -890572 or 3434994. OLE color: 3434994.
HSL color Cylindrical-coordinate representation of color #F26934: hue angle of 16.74º 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 #F26934 is Cyan = 0, Magento = 0.57, Yellow = 0.79 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 105 | 52 | - |
| CMYK | 0 | 0.57 | 0.79 | 0.05 |
| HSL | 16.74º | 0.88% | 0.58% | - |
| HSV(B) | 16.74º | 0.79% | 0.95% | - |
| XYZ | 42.29 | 29.23 | 6.66 | - |
| YUV | 139.92 | 78.39 | 200.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 105 | 52 | 0 | 0.57 | 0.79 | 0.05 | 16.74 | 0.88 | 0.58 |
| Hex | F2 | 69 | 34 | 0 | 39 | 4F | 5 | 11 | 58 | 3A |
| Octal | 362 | 151 | 64 | 0 | 71 | 117 | 5 | 21 | 130 | 72 |
| Binary | 11110010 | 1101001 | 110100 | 0 | 111001 | 1001111 | 101 | 10001 | 1011000 | 111010 |
Color Harmonies of #F26934
Complementary color
Monochromatic Colors of #F26934
Black with #F26934
Text Example
Text Example
White with #F26934
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F26934; }
p { color: rgb(242,105,52); }
H1.HeaderClassName
{
color: #F26934;
}
.AnyTagClassName
{
color: #F26934;
}
</style>
background-color css
<style>
a { background-color: #F26934; }
a { background-color: rgb(242,105,52); }
div.DivClassName
{
background-color: #F26934;
}
.BgClassName
{
background-color: #F26934;
}
</style>
border-color css
<style>
span { border-color: #F26934; }
span { border-color: rgb(242,105,52); }
td.TdClassName
{
border-color: #F26934;
}
.TagClassName
{
border-color: #F26934;
}
</style>