Shades of Burnt Orange #F26828
Tints of Burnt Orange #F26828
RGB
CMYK
RGB Variations
Color information
#F26828 (or 0xF26828) is known color: Burnt Orange. HEX triplet: F2, 68 and 28. RGB value is (242,104,40). Sum of RGB (Red+Green+Blue) = 242+104+40=386 (51% of max value = 765). Red value is 242 (94.92% from 255 or 62.69% from 386); Green value is 104 (41.02% from 255 or 26.94% from 386); Blue value is 40 (16.02% from 255 or 10.36% from 386); Max value from RGB is 242 - color contains mainly: red. Hex color #F26828 is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #F26828 is #0D97D7. Grayscale: #8A8A8A. Windows color (decimal): -890840 or 2648306. OLE color: 2648306.
HSL color Cylindrical-coordinate representation of color #F26828: hue angle of 19.01º degrees, saturation: 0.89, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #F26828 is Cyan = 0, Magento = 0.57, Yellow = 0.83 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 104 | 40 | - |
| CMYK | 0 | 0.57 | 0.83 | 0.05 |
| HSL | 19.01º | 0.89% | 0.55% | - |
| HSV(B) | 19.01º | 0.83% | 0.95% | - |
| XYZ | 41.95 | 28.93 | 5.38 | - |
| YUV | 137.97 | 72.72 | 202.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 104 | 40 | 0 | 0.57 | 0.83 | 0.05 | 19.01 | 0.89 | 0.55 |
| Hex | F2 | 68 | 28 | 0 | 39 | 53 | 5 | 13 | 59 | 37 |
| Octal | 362 | 150 | 50 | 0 | 71 | 123 | 5 | 23 | 131 | 67 |
| Binary | 11110010 | 1101000 | 101000 | 0 | 111001 | 1010011 | 101 | 10011 | 1011001 | 110111 |
Color Harmonies of #F26828
Complementary color
Monochromatic Colors of #F26828
Black with #F26828
Text Example
Text Example
White with #F26828
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F26828; }
p { color: rgb(242,104,40); }
H1.HeaderClassName
{
color: #F26828;
}
.AnyTagClassName
{
color: #F26828;
}
</style>
background-color css
<style>
a { background-color: #F26828; }
a { background-color: rgb(242,104,40); }
div.DivClassName
{
background-color: #F26828;
}
.BgClassName
{
background-color: #F26828;
}
</style>
border-color css
<style>
span { border-color: #F26828; }
span { border-color: rgb(242,104,40); }
td.TdClassName
{
border-color: #F26828;
}
.TagClassName
{
border-color: #F26828;
}
</style>