Shades of Burnt Orange #F26B2B
Tints of Burnt Orange #F26B2B
RGB
CMYK
RGB Variations
Color information
#F26B2B (or 0xF26B2B) is known color: Burnt Orange. HEX triplet: F2, 6B and 2B. RGB value is (242,107,43). Sum of RGB (Red+Green+Blue) = 242+107+43=392 (51% of max value = 765). Red value is 242 (94.92% from 255 or 61.73% from 392); Green value is 107 (42.19% from 255 or 27.30% from 392); Blue value is 43 (17.19% from 255 or 10.97% from 392); Max value from RGB is 242 - color contains mainly: red. Hex color #F26B2B is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #F26B2B is #0D94D4. Grayscale: #8C8C8C. Windows color (decimal): -890069 or 2845682. OLE color: 2845682.
HSL color Cylindrical-coordinate representation of color #F26B2B: hue angle of 19.3º 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 #F26B2B is Cyan = 0, Magento = 0.56, Yellow = 0.82 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 107 | 43 | - |
| CMYK | 0 | 0.56 | 0.82 | 0.05 |
| HSL | 19.3º | 0.88% | 0.56% | - |
| HSV(B) | 19.3º | 0.82% | 0.95% | - |
| XYZ | 42.31 | 29.57 | 5.76 | - |
| YUV | 140.07 | 73.23 | 200.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 107 | 43 | 0 | 0.56 | 0.82 | 0.05 | 19.3 | 0.88 | 0.56 |
| Hex | F2 | 6B | 2B | 0 | 38 | 52 | 5 | 13 | 58 | 38 |
| Octal | 362 | 153 | 53 | 0 | 70 | 122 | 5 | 23 | 130 | 70 |
| Binary | 11110010 | 1101011 | 101011 | 0 | 111000 | 1010010 | 101 | 10011 | 1011000 | 111000 |
Color Harmonies of #F26B2B
Complementary color
Monochromatic Colors of #F26B2B
Black with #F26B2B
Text Example
Text Example
White with #F26B2B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F26B2B; }
p { color: rgb(242,107,43); }
H1.HeaderClassName
{
color: #F26B2B;
}
.AnyTagClassName
{
color: #F26B2B;
}
</style>
background-color css
<style>
a { background-color: #F26B2B; }
a { background-color: rgb(242,107,43); }
div.DivClassName
{
background-color: #F26B2B;
}
.BgClassName
{
background-color: #F26B2B;
}
</style>
border-color css
<style>
span { border-color: #F26B2B; }
span { border-color: rgb(242,107,43); }
td.TdClassName
{
border-color: #F26B2B;
}
.TagClassName
{
border-color: #F26B2B;
}
</style>