Shades of Burnt Orange #F26528
Tints of Burnt Orange #F26528
RGB
CMYK
RGB Variations
Color information
#F26528 (or 0xF26528) is known color: Burnt Orange. HEX triplet: F2, 65 and 28. RGB value is (242,101,40). Sum of RGB (Red+Green+Blue) = 242+101+40=383 (50% of max value = 765). Red value is 242 (94.92% from 255 or 63.19% from 383); Green value is 101 (39.84% from 255 or 26.37% from 383); Blue value is 40 (16.02% from 255 or 10.44% from 383); Max value from RGB is 242 - color contains mainly: red. Hex color #F26528 is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #F26528 is #0D9AD7. Grayscale: #888888. Windows color (decimal): -891608 or 2647538. OLE color: 2647538.
HSL color Cylindrical-coordinate representation of color #F26528: hue angle of 18.12º 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 #F26528 is Cyan = 0, Magento = 0.58, Yellow = 0.83 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 101 | 40 | - |
| CMYK | 0 | 0.58 | 0.83 | 0.05 |
| HSL | 18.12º | 0.89% | 0.55% | - |
| HSV(B) | 18.12º | 0.83% | 0.95% | - |
| XYZ | 41.65 | 28.34 | 5.28 | - |
| YUV | 136.21 | 73.71 | 203.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 101 | 40 | 0 | 0.58 | 0.83 | 0.05 | 18.12 | 0.89 | 0.55 |
| Hex | F2 | 65 | 28 | 0 | 3A | 53 | 5 | 12 | 59 | 37 |
| Octal | 362 | 145 | 50 | 0 | 72 | 123 | 5 | 22 | 131 | 67 |
| Binary | 11110010 | 1100101 | 101000 | 0 | 111010 | 1010011 | 101 | 10010 | 1011001 | 110111 |
Color Harmonies of #F26528
Complementary color
Monochromatic Colors of #F26528
Black with #F26528
Text Example
Text Example
White with #F26528
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F26528; }
p { color: rgb(242,101,40); }
H1.HeaderClassName
{
color: #F26528;
}
.AnyTagClassName
{
color: #F26528;
}
</style>
background-color css
<style>
a { background-color: #F26528; }
a { background-color: rgb(242,101,40); }
div.DivClassName
{
background-color: #F26528;
}
.BgClassName
{
background-color: #F26528;
}
</style>
border-color css
<style>
span { border-color: #F26528; }
span { border-color: rgb(242,101,40); }
td.TdClassName
{
border-color: #F26528;
}
.TagClassName
{
border-color: #F26528;
}
</style>