Shades of Burnt Orange #F2652B
Tints of Burnt Orange #F2652B
RGB
CMYK
RGB Variations
Color information
#F2652B (or 0xF2652B) is known color: Burnt Orange. HEX triplet: F2, 65 and 2B. RGB value is (242,101,43). Sum of RGB (Red+Green+Blue) = 242+101+43=386 (51% of max value = 765). Red value is 242 (94.92% from 255 or 62.69% from 386); Green value is 101 (39.84% from 255 or 26.17% from 386); Blue value is 43 (17.19% from 255 or 11.14% from 386); Max value from RGB is 242 - color contains mainly: red. Hex color #F2652B is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #F2652B is #0D9AD4. Grayscale: #888888. Windows color (decimal): -891605 or 2844146. OLE color: 2844146.
HSL color Cylindrical-coordinate representation of color #F2652B: hue angle of 17.49º 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 #F2652B is Cyan = 0, Magento = 0.58, Yellow = 0.82 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 101 | 43 | - |
| CMYK | 0 | 0.58 | 0.82 | 0.05 |
| HSL | 17.49º | 0.88% | 0.56% | - |
| HSV(B) | 17.49º | 0.82% | 0.95% | - |
| XYZ | 41.71 | 28.36 | 5.56 | - |
| YUV | 136.55 | 75.21 | 203.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 101 | 43 | 0 | 0.58 | 0.82 | 0.05 | 17.49 | 0.88 | 0.56 |
| Hex | F2 | 65 | 2B | 0 | 3A | 52 | 5 | 11 | 58 | 38 |
| Octal | 362 | 145 | 53 | 0 | 72 | 122 | 5 | 21 | 130 | 70 |
| Binary | 11110010 | 1100101 | 101011 | 0 | 111010 | 1010010 | 101 | 10001 | 1011000 | 111000 |
Color Harmonies of #F2652B
Complementary color
Monochromatic Colors of #F2652B
Black with #F2652B
Text Example
Text Example
White with #F2652B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F2652B; }
p { color: rgb(242,101,43); }
H1.HeaderClassName
{
color: #F2652B;
}
.AnyTagClassName
{
color: #F2652B;
}
</style>
background-color css
<style>
a { background-color: #F2652B; }
a { background-color: rgb(242,101,43); }
div.DivClassName
{
background-color: #F2652B;
}
.BgClassName
{
background-color: #F2652B;
}
</style>
border-color css
<style>
span { border-color: #F2652B; }
span { border-color: rgb(242,101,43); }
td.TdClassName
{
border-color: #F2652B;
}
.TagClassName
{
border-color: #F2652B;
}
</style>