Shades of Burnt Orange #F2692D
Tints of Burnt Orange #F2692D
RGB
CMYK
RGB Variations
Color information
#F2692D (or 0xF2692D) is known color: Burnt Orange. HEX triplet: F2, 69 and 2D. RGB value is (242,105,45). Sum of RGB (Red+Green+Blue) = 242+105+45=392 (51% of max value = 765). Red value is 242 (94.92% from 255 or 61.73% from 392); Green value is 105 (41.41% from 255 or 26.79% from 392); Blue value is 45 (17.97% from 255 or 11.48% from 392); Max value from RGB is 242 - color contains mainly: red. Hex color #F2692D is not a web safe color. Web safe color analog (approx): #FF6633. Inversed color of #F2692D is #0D96D2. Grayscale: #8B8B8B. Windows color (decimal): -890579 or 2976242. OLE color: 2976242.
HSL color Cylindrical-coordinate representation of color #F2692D: hue angle of 18.27º degrees, saturation: 0.88, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #F2692D is Cyan = 0, Magento = 0.57, Yellow = 0.81 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 242 | 105 | 45 | - |
| CMYK | 0 | 0.57 | 0.81 | 0.05 |
| HSL | 18.27º | 0.88% | 0.56% | - |
| HSV(B) | 18.27º | 0.81% | 0.95% | - |
| XYZ | 42.14 | 29.17 | 5.89 | - |
| YUV | 139.12 | 74.89 | 201.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 242 | 105 | 45 | 0 | 0.57 | 0.81 | 0.05 | 18.27 | 0.88 | 0.56 |
| Hex | F2 | 69 | 2D | 0 | 39 | 51 | 5 | 12 | 58 | 38 |
| Octal | 362 | 151 | 55 | 0 | 71 | 121 | 5 | 22 | 130 | 70 |
| Binary | 11110010 | 1101001 | 101101 | 0 | 111001 | 1010001 | 101 | 10010 | 1011000 | 111000 |
Color Harmonies of #F2692D
Complementary color
Monochromatic Colors of #F2692D
Black with #F2692D
Text Example
Text Example
White with #F2692D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F2692D; }
p { color: rgb(242,105,45); }
H1.HeaderClassName
{
color: #F2692D;
}
.AnyTagClassName
{
color: #F2692D;
}
</style>
background-color css
<style>
a { background-color: #F2692D; }
a { background-color: rgb(242,105,45); }
div.DivClassName
{
background-color: #F2692D;
}
.BgClassName
{
background-color: #F2692D;
}
</style>
border-color css
<style>
span { border-color: #F2692D; }
span { border-color: rgb(242,105,45); }
td.TdClassName
{
border-color: #F2692D;
}
.TagClassName
{
border-color: #F2692D;
}
</style>