Shades of Burnt Orange #F16B2B
Tints of Burnt Orange #F16B2B
RGB
CMYK
RGB Variations
Color information
#F16B2B (or 0xF16B2B) is known color: Burnt Orange. HEX triplet: F1, 6B and 2B. RGB value is (241,107,43). Sum of RGB (Red+Green+Blue) = 241+107+43=391 (51% of max value = 765). Red value is 241 (94.53% from 255 or 61.64% from 391); Green value is 107 (42.19% from 255 or 27.37% from 391); Blue value is 43 (17.19% from 255 or 11.00% from 391); Max value from RGB is 241 - color contains mainly: red. Hex color #F16B2B is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #F16B2B is #0E94D4. Grayscale: #8C8C8C. Windows color (decimal): -955605 or 2845681. OLE color: 2845681.
HSL color Cylindrical-coordinate representation of color #F16B2B: hue angle of 19.39º 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 #F16B2B is Cyan = 0, Magento = 0.56, Yellow = 0.82 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 241 | 107 | 43 | - |
| CMYK | 0 | 0.56 | 0.82 | 0.05 |
| HSL | 19.39º | 0.88% | 0.56% | - |
| HSV(B) | 19.39º | 0.82% | 0.95% | - |
| XYZ | 41.97 | 29.39 | 5.75 | - |
| YUV | 139.77 | 73.39 | 200.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 241 | 107 | 43 | 0 | 0.56 | 0.82 | 0.05 | 19.39 | 0.88 | 0.56 |
| Hex | F1 | 6B | 2B | 0 | 38 | 52 | 5 | 13 | 58 | 38 |
| Octal | 361 | 153 | 53 | 0 | 70 | 122 | 5 | 23 | 130 | 70 |
| Binary | 11110001 | 1101011 | 101011 | 0 | 111000 | 1010010 | 101 | 10011 | 1011000 | 111000 |
Color Harmonies of #F16B2B
Complementary color
Monochromatic Colors of #F16B2B
Black with #F16B2B
Text Example
Text Example
White with #F16B2B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F16B2B; }
p { color: rgb(241,107,43); }
H1.HeaderClassName
{
color: #F16B2B;
}
.AnyTagClassName
{
color: #F16B2B;
}
</style>
background-color css
<style>
a { background-color: #F16B2B; }
a { background-color: rgb(241,107,43); }
div.DivClassName
{
background-color: #F16B2B;
}
.BgClassName
{
background-color: #F16B2B;
}
</style>
border-color css
<style>
span { border-color: #F16B2B; }
span { border-color: rgb(241,107,43); }
td.TdClassName
{
border-color: #F16B2B;
}
.TagClassName
{
border-color: #F16B2B;
}
</style>