Shades of Burnt Orange #F26A2A
Tints of Burnt Orange #F26A2A
RGB
CMYK
RGB Variations
Color information
#F26A2A (or 0xF26A2A) is known color: Burnt Orange. HEX triplet: F2, 6A and 2A. RGB value is (242,106,42). Sum of RGB (Red+Green+Blue) = 242+106+42=390 (51% of max value = 765). Red value is 242 (94.92% from 255 or 62.05% from 390); Green value is 106 (41.80% from 255 or 27.18% from 390); Blue value is 42 (16.80% from 255 or 10.77% from 390); Max value from RGB is 242 - color contains mainly: red. Hex color #F26A2A is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #F26A2A is #0D95D5. Grayscale: #8B8B8B. Windows color (decimal): -890326 or 2779890. OLE color: 2779890.
HSL color Cylindrical-coordinate representation of color #F26A2A: hue angle of 19.2º degrees, saturation: 0.88, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #F26A2A is Cyan = 0, Magento = 0.56, Yellow = 0.83 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 106 | 42 | - |
| CMYK | 0 | 0.56 | 0.83 | 0.05 |
| HSL | 19.2º | 0.88% | 0.56% | - |
| HSV(B) | 19.2º | 0.83% | 0.95% | - |
| XYZ | 42.19 | 29.35 | 5.63 | - |
| YUV | 139.37 | 73.06 | 201.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 106 | 42 | 0 | 0.56 | 0.83 | 0.05 | 19.2 | 0.88 | 0.56 |
| Hex | F2 | 6A | 2A | 0 | 38 | 53 | 5 | 13 | 58 | 38 |
| Octal | 362 | 152 | 52 | 0 | 70 | 123 | 5 | 23 | 130 | 70 |
| Binary | 11110010 | 1101010 | 101010 | 0 | 111000 | 1010011 | 101 | 10011 | 1011000 | 111000 |
Color Harmonies of #F26A2A
Complementary color
Monochromatic Colors of #F26A2A
Black with #F26A2A
Text Example
Text Example
White with #F26A2A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F26A2A; }
p { color: rgb(242,106,42); }
H1.HeaderClassName
{
color: #F26A2A;
}
.AnyTagClassName
{
color: #F26A2A;
}
</style>
background-color css
<style>
a { background-color: #F26A2A; }
a { background-color: rgb(242,106,42); }
div.DivClassName
{
background-color: #F26A2A;
}
.BgClassName
{
background-color: #F26A2A;
}
</style>
border-color css
<style>
span { border-color: #F26A2A; }
span { border-color: rgb(242,106,42); }
td.TdClassName
{
border-color: #F26A2A;
}
.TagClassName
{
border-color: #F26A2A;
}
</style>