Shades of Burnt Orange #F26935
Tints of Burnt Orange #F26935
RGB
CMYK
RGB Variations
Color information
#F26935 (or 0xF26935) is known color: Burnt Orange. HEX triplet: F2, 69 and 35. RGB value is (242,105,53). Sum of RGB (Red+Green+Blue) = 242+105+53=400 (52% of max value = 765). Red value is 242 (94.92% from 255 or 60.5% from 400); Green value is 105 (41.41% from 255 or 26.25% from 400); Blue value is 53 (21.09% from 255 or 13.25% from 400); Max value from RGB is 242 - color contains mainly: red. Hex color #F26935 is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #F26935 is #0D96CA. Grayscale: #8C8C8C. Windows color (decimal): -890571 or 3500530. OLE color: 3500530.
HSL color Cylindrical-coordinate representation of color #F26935: hue angle of 16.51º degrees, saturation: 0.88, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #F26935 is Cyan = 0, Magento = 0.57, Yellow = 0.78 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 105 | 53 | - |
| CMYK | 0 | 0.57 | 0.78 | 0.05 |
| HSL | 16.51º | 0.88% | 0.58% | - |
| HSV(B) | 16.51º | 0.78% | 0.95% | - |
| XYZ | 42.31 | 29.24 | 6.78 | - |
| YUV | 140.04 | 78.89 | 200.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 105 | 53 | 0 | 0.57 | 0.78 | 0.05 | 16.51 | 0.88 | 0.58 |
| Hex | F2 | 69 | 35 | 0 | 39 | 4E | 5 | 11 | 58 | 3A |
| Octal | 362 | 151 | 65 | 0 | 71 | 116 | 5 | 21 | 130 | 72 |
| Binary | 11110010 | 1101001 | 110101 | 0 | 111001 | 1001110 | 101 | 10001 | 1011000 | 111010 |
Color Harmonies of #F26935
Complementary color
Monochromatic Colors of #F26935
Black with #F26935
Text Example
Text Example
White with #F26935
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F26935; }
p { color: rgb(242,105,53); }
H1.HeaderClassName
{
color: #F26935;
}
.AnyTagClassName
{
color: #F26935;
}
</style>
background-color css
<style>
a { background-color: #F26935; }
a { background-color: rgb(242,105,53); }
div.DivClassName
{
background-color: #F26935;
}
.BgClassName
{
background-color: #F26935;
}
</style>
border-color css
<style>
span { border-color: #F26935; }
span { border-color: rgb(242,105,53); }
td.TdClassName
{
border-color: #F26935;
}
.TagClassName
{
border-color: #F26935;
}
</style>