Shades of Carrot Orange #F18D12
Tints of Carrot Orange #F18D12
RGB
CMYK
RGB Variations
Color information
#F18D12 (or 0xF18D12) is known color: Carrot Orange. HEX triplet: F1, 8D and 12. RGB value is (241,141,18). Sum of RGB (Red+Green+Blue) = 241+141+18=400 (52% of max value = 765). Red value is 241 (94.53% from 255 or 60.25% from 400); Green value is 141 (55.47% from 255 or 35.25% from 400); Blue value is 18 (7.42% from 255 or 4.5% from 400); Max value from RGB is 241 - color contains mainly: red. Hex color #F18D12 is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #F18D12 is #0E72ED. Grayscale: #9D9D9D. Windows color (decimal): -946926 or 1215985. OLE color: 1215985.
HSL color Cylindrical-coordinate representation of color #F18D12: hue angle of 33.09º degrees, saturation: 0.89, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #F18D12 is Cyan = 0, Magento = 0.41, Yellow = 0.93 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 241 | 141 | 18 | - |
| CMYK | 0 | 0.41 | 0.93 | 0.05 |
| HSL | 33.09º | 0.89% | 0.51% | - |
| HSV(B) | 33.09º | 0.93% | 0.95% | - |
| XYZ | 45.91 | 37.79 | 5.45 | - |
| YUV | 156.88 | 49.63 | 188 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 241 | 141 | 18 | 0 | 0.41 | 0.93 | 0.05 | 33.09 | 0.89 | 0.51 |
| Hex | F1 | 8D | 12 | 0 | 29 | 5D | 5 | 21 | 59 | 33 |
| Octal | 361 | 215 | 22 | 0 | 51 | 135 | 5 | 41 | 131 | 63 |
| Binary | 11110001 | 10001101 | 10010 | 0 | 101001 | 1011101 | 101 | 100001 | 1011001 | 110011 |
Color Harmonies of #F18D12
Complementary color
Monochromatic Colors of #F18D12
Black with #F18D12
Text Example
Text Example
White with #F18D12
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F18D12; }
p { color: rgb(241,141,18); }
H1.HeaderClassName
{
color: #F18D12;
}
.AnyTagClassName
{
color: #F18D12;
}
</style>
background-color css
<style>
a { background-color: #F18D12; }
a { background-color: rgb(241,141,18); }
div.DivClassName
{
background-color: #F18D12;
}
.BgClassName
{
background-color: #F18D12;
}
</style>
border-color css
<style>
span { border-color: #F18D12; }
span { border-color: rgb(241,141,18); }
td.TdClassName
{
border-color: #F18D12;
}
.TagClassName
{
border-color: #F18D12;
}
</style>