Shades of Burnt Orange #F26E2B
Tints of Burnt Orange #F26E2B
RGB
CMYK
RGB Variations
Color information
#F26E2B (or 0xF26E2B) is known color: Burnt Orange. HEX triplet: F2, 6E and 2B. RGB value is (242,110,43). Sum of RGB (Red+Green+Blue) = 242+110+43=395 (52% of max value = 765). Red value is 242 (94.92% from 255 or 61.27% from 395); Green value is 110 (43.36% from 255 or 27.85% from 395); Blue value is 43 (17.19% from 255 or 10.89% from 395); Max value from RGB is 242 - color contains mainly: red. Hex color #F26E2B is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #F26E2B is #0D91D4. Grayscale: #8E8E8E. Windows color (decimal): -889301 or 2846450. OLE color: 2846450.
HSL color Cylindrical-coordinate representation of color #F26E2B: hue angle of 20.2º degrees, saturation: 0.88, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #F26E2B is Cyan = 0, Magento = 0.55, Yellow = 0.82 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 110 | 43 | - |
| CMYK | 0 | 0.55 | 0.82 | 0.05 |
| HSL | 20.2º | 0.88% | 0.56% | - |
| HSV(B) | 20.2º | 0.82% | 0.95% | - |
| XYZ | 42.63 | 30.2 | 5.87 | - |
| YUV | 141.83 | 72.23 | 199.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 110 | 43 | 0 | 0.55 | 0.82 | 0.05 | 20.2 | 0.88 | 0.56 |
| Hex | F2 | 6E | 2B | 0 | 37 | 52 | 5 | 14 | 58 | 38 |
| Octal | 362 | 156 | 53 | 0 | 67 | 122 | 5 | 24 | 130 | 70 |
| Binary | 11110010 | 1101110 | 101011 | 0 | 110111 | 1010010 | 101 | 10100 | 1011000 | 111000 |
Color Harmonies of #F26E2B
Complementary color
Monochromatic Colors of #F26E2B
Black with #F26E2B
Text Example
Text Example
White with #F26E2B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F26E2B; }
p { color: rgb(242,110,43); }
H1.HeaderClassName
{
color: #F26E2B;
}
.AnyTagClassName
{
color: #F26E2B;
}
</style>
background-color css
<style>
a { background-color: #F26E2B; }
a { background-color: rgb(242,110,43); }
div.DivClassName
{
background-color: #F26E2B;
}
.BgClassName
{
background-color: #F26E2B;
}
</style>
border-color css
<style>
span { border-color: #F26E2B; }
span { border-color: rgb(242,110,43); }
td.TdClassName
{
border-color: #F26E2B;
}
.TagClassName
{
border-color: #F26E2B;
}
</style>