Shades of Burnt Orange #F26A27
Tints of Burnt Orange #F26A27
RGB
CMYK
RGB Variations
Color information
#F26A27 (or 0xF26A27) is known color: Burnt Orange. HEX triplet: F2, 6A and 27. RGB value is (242,106,39). Sum of RGB (Red+Green+Blue) = 242+106+39=387 (51% of max value = 765). Red value is 242 (94.92% from 255 or 62.53% from 387); Green value is 106 (41.80% from 255 or 27.39% from 387); Blue value is 39 (15.62% from 255 or 10.08% from 387); Max value from RGB is 242 - color contains mainly: red. Hex color #F26A27 is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #F26A27 is #0D95D8. Grayscale: #8B8B8B. Windows color (decimal): -890329 or 2583282. OLE color: 2583282.
HSL color Cylindrical-coordinate representation of color #F26A27: hue angle of 19.8º degrees, saturation: 0.89, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #F26A27 is Cyan = 0, Magento = 0.56, Yellow = 0.84 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 106 | 39 | - |
| CMYK | 0 | 0.56 | 0.84 | 0.05 |
| HSL | 19.8º | 0.89% | 0.55% | - |
| HSV(B) | 19.8º | 0.84% | 0.95% | - |
| XYZ | 42.14 | 29.33 | 5.36 | - |
| YUV | 139.03 | 71.56 | 201.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 106 | 39 | 0 | 0.56 | 0.84 | 0.05 | 19.8 | 0.89 | 0.55 |
| Hex | F2 | 6A | 27 | 0 | 38 | 54 | 5 | 14 | 59 | 37 |
| Octal | 362 | 152 | 47 | 0 | 70 | 124 | 5 | 24 | 131 | 67 |
| Binary | 11110010 | 1101010 | 100111 | 0 | 111000 | 1010100 | 101 | 10100 | 1011001 | 110111 |
Color Harmonies of #F26A27
Complementary color
Monochromatic Colors of #F26A27
Black with #F26A27
Text Example
Text Example
White with #F26A27
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F26A27; }
p { color: rgb(242,106,39); }
H1.HeaderClassName
{
color: #F26A27;
}
.AnyTagClassName
{
color: #F26A27;
}
</style>
background-color css
<style>
a { background-color: #F26A27; }
a { background-color: rgb(242,106,39); }
div.DivClassName
{
background-color: #F26A27;
}
.BgClassName
{
background-color: #F26A27;
}
</style>
border-color css
<style>
span { border-color: #F26A27; }
span { border-color: rgb(242,106,39); }
td.TdClassName
{
border-color: #F26A27;
}
.TagClassName
{
border-color: #F26A27;
}
</style>