Shades of Burnt Orange #F26628
Tints of Burnt Orange #F26628
RGB
CMYK
RGB Variations
Color information
#F26628 (or 0xF26628) is known color: Burnt Orange. HEX triplet: F2, 66 and 28. RGB value is (242,102,40). Sum of RGB (Red+Green+Blue) = 242+102+40=384 (50% of max value = 765). Red value is 242 (94.92% from 255 or 63.02% from 384); Green value is 102 (40.23% from 255 or 26.56% from 384); Blue value is 40 (16.02% from 255 or 10.42% from 384); Max value from RGB is 242 - color contains mainly: red. Hex color #F26628 is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #F26628 is #0D99D7. Grayscale: #898989. Windows color (decimal): -891352 or 2647794. OLE color: 2647794.
HSL color Cylindrical-coordinate representation of color #F26628: hue angle of 18.42º 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 #F26628 is Cyan = 0, Magento = 0.58, Yellow = 0.83 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 102 | 40 | - |
| CMYK | 0 | 0.58 | 0.83 | 0.05 |
| HSL | 18.42º | 0.89% | 0.55% | - |
| HSV(B) | 18.42º | 0.83% | 0.95% | - |
| XYZ | 41.75 | 28.53 | 5.31 | - |
| YUV | 136.79 | 73.38 | 203.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 102 | 40 | 0 | 0.58 | 0.83 | 0.05 | 18.42 | 0.89 | 0.55 |
| Hex | F2 | 66 | 28 | 0 | 3A | 53 | 5 | 12 | 59 | 37 |
| Octal | 362 | 146 | 50 | 0 | 72 | 123 | 5 | 22 | 131 | 67 |
| Binary | 11110010 | 1100110 | 101000 | 0 | 111010 | 1010011 | 101 | 10010 | 1011001 | 110111 |
Color Harmonies of #F26628
Complementary color
Monochromatic Colors of #F26628
Black with #F26628
Text Example
Text Example
White with #F26628
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F26628; }
p { color: rgb(242,102,40); }
H1.HeaderClassName
{
color: #F26628;
}
.AnyTagClassName
{
color: #F26628;
}
</style>
background-color css
<style>
a { background-color: #F26628; }
a { background-color: rgb(242,102,40); }
div.DivClassName
{
background-color: #F26628;
}
.BgClassName
{
background-color: #F26628;
}
</style>
border-color css
<style>
span { border-color: #F26628; }
span { border-color: rgb(242,102,40); }
td.TdClassName
{
border-color: #F26628;
}
.TagClassName
{
border-color: #F26628;
}
</style>