Shades of Burnt Orange #F26B3F
Tints of Burnt Orange #F26B3F
RGB
CMYK
RGB Variations
Color information
#F26B3F (or 0xF26B3F) is known color: Burnt Orange. HEX triplet: F2, 6B and 3F. RGB value is (242,107,63). Sum of RGB (Red+Green+Blue) = 242+107+63=412 (54% of max value = 765). Red value is 242 (94.92% from 255 or 58.74% from 412); Green value is 107 (42.19% from 255 or 25.97% from 412); Blue value is 63 (25% from 255 or 15.29% from 412); Max value from RGB is 242 - color contains mainly: red. Hex color #F26B3F is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #F26B3F is #0D94C0. Grayscale: #8E8E8E. Windows color (decimal): -890049 or 4156402. OLE color: 4156402.
HSL color Cylindrical-coordinate representation of color #F26B3F: hue angle of 14.75º degrees, saturation: 0.87, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #F26B3F is Cyan = 0, Magento = 0.56, Yellow = 0.74 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 107 | 63 | - |
| CMYK | 0 | 0.56 | 0.74 | 0.05 |
| HSL | 14.75º | 0.87% | 0.6% | - |
| HSV(B) | 14.75º | 0.74% | 0.95% | - |
| XYZ | 42.77 | 29.75 | 8.19 | - |
| YUV | 142.35 | 83.23 | 199.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 107 | 63 | 0 | 0.56 | 0.74 | 0.05 | 14.75 | 0.87 | 0.6 |
| Hex | F2 | 6B | 3F | 0 | 38 | 4A | 5 | F | 57 | 3C |
| Octal | 362 | 153 | 77 | 0 | 70 | 112 | 5 | 17 | 127 | 74 |
| Binary | 11110010 | 1101011 | 111111 | 0 | 111000 | 1001010 | 101 | 1111 | 1010111 | 111100 |
Color Harmonies of #F26B3F
Complementary color
Monochromatic Colors of #F26B3F
Black with #F26B3F
Text Example
Text Example
White with #F26B3F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F26B3F; }
p { color: rgb(242,107,63); }
H1.HeaderClassName
{
color: #F26B3F;
}
.AnyTagClassName
{
color: #F26B3F;
}
</style>
background-color css
<style>
a { background-color: #F26B3F; }
a { background-color: rgb(242,107,63); }
div.DivClassName
{
background-color: #F26B3F;
}
.BgClassName
{
background-color: #F26B3F;
}
</style>
border-color css
<style>
span { border-color: #F26B3F; }
span { border-color: rgb(242,107,63); }
td.TdClassName
{
border-color: #F26B3F;
}
.TagClassName
{
border-color: #F26B3F;
}
</style>