Shades of Burnt Orange #F26728
Tints of Burnt Orange #F26728
RGB
CMYK
RGB Variations
Color information
#F26728 (or 0xF26728) is known color: Burnt Orange. HEX triplet: F2, 67 and 28. RGB value is (242,103,40). Sum of RGB (Red+Green+Blue) = 242+103+40=385 (50% of max value = 765). Red value is 242 (94.92% from 255 or 62.86% from 385); Green value is 103 (40.62% from 255 or 26.75% from 385); Blue value is 40 (16.02% from 255 or 10.39% from 385); Max value from RGB is 242 - color contains mainly: red. Hex color #F26728 is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #F26728 is #0D98D7. Grayscale: #898989. Windows color (decimal): -891096 or 2648050. OLE color: 2648050.
HSL color Cylindrical-coordinate representation of color #F26728: hue angle of 18.71º 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 #F26728 is Cyan = 0, Magento = 0.57, Yellow = 0.83 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 103 | 40 | - |
| CMYK | 0 | 0.57 | 0.83 | 0.05 |
| HSL | 18.71º | 0.89% | 0.55% | - |
| HSV(B) | 18.71º | 0.83% | 0.95% | - |
| XYZ | 41.85 | 28.73 | 5.35 | - |
| YUV | 137.38 | 73.05 | 202.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 103 | 40 | 0 | 0.57 | 0.83 | 0.05 | 18.71 | 0.89 | 0.55 |
| Hex | F2 | 67 | 28 | 0 | 39 | 53 | 5 | 13 | 59 | 37 |
| Octal | 362 | 147 | 50 | 0 | 71 | 123 | 5 | 23 | 131 | 67 |
| Binary | 11110010 | 1100111 | 101000 | 0 | 111001 | 1010011 | 101 | 10011 | 1011001 | 110111 |
Color Harmonies of #F26728
Complementary color
Monochromatic Colors of #F26728
Black with #F26728
Text Example
Text Example
White with #F26728
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F26728; }
p { color: rgb(242,103,40); }
H1.HeaderClassName
{
color: #F26728;
}
.AnyTagClassName
{
color: #F26728;
}
</style>
background-color css
<style>
a { background-color: #F26728; }
a { background-color: rgb(242,103,40); }
div.DivClassName
{
background-color: #F26728;
}
.BgClassName
{
background-color: #F26728;
}
</style>
border-color css
<style>
span { border-color: #F26728; }
span { border-color: rgb(242,103,40); }
td.TdClassName
{
border-color: #F26728;
}
.TagClassName
{
border-color: #F26728;
}
</style>