Shades of Carrot Orange #F18F12
Tints of Carrot Orange #F18F12
RGB
CMYK
RGB Variations
Color information
#F18F12 (or 0xF18F12) is known color: Carrot Orange. HEX triplet: F1, 8F and 12. RGB value is (241,143,18). Sum of RGB (Red+Green+Blue) = 241+143+18=402 (53% of max value = 765). Red value is 241 (94.53% from 255 or 59.95% from 402); Green value is 143 (56.25% from 255 or 35.57% from 402); Blue value is 18 (7.42% from 255 or 4.48% from 402); Max value from RGB is 241 - color contains mainly: red. Hex color #F18F12 is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #F18F12 is #0E70ED. Grayscale: #9E9E9E. Windows color (decimal): -946414 or 1216497. OLE color: 1216497.
HSL color Cylindrical-coordinate representation of color #F18F12: hue angle of 33.63º 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 #F18F12 is Cyan = 0, Magento = 0.41, Yellow = 0.93 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 241 | 143 | 18 | - |
| CMYK | 0 | 0.41 | 0.93 | 0.05 |
| HSL | 33.63º | 0.89% | 0.51% | - |
| HSV(B) | 33.63º | 0.93% | 0.95% | - |
| XYZ | 46.21 | 38.39 | 5.55 | - |
| YUV | 158.05 | 48.97 | 187.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 241 | 143 | 18 | 0 | 0.41 | 0.93 | 0.05 | 33.63 | 0.89 | 0.51 |
| Hex | F1 | 8F | 12 | 0 | 29 | 5D | 5 | 22 | 59 | 33 |
| Octal | 361 | 217 | 22 | 0 | 51 | 135 | 5 | 42 | 131 | 63 |
| Binary | 11110001 | 10001111 | 10010 | 0 | 101001 | 1011101 | 101 | 100010 | 1011001 | 110011 |
Color Harmonies of #F18F12
Complementary color
Monochromatic Colors of #F18F12
Black with #F18F12
Text Example
Text Example
White with #F18F12
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F18F12; }
p { color: rgb(241,143,18); }
H1.HeaderClassName
{
color: #F18F12;
}
.AnyTagClassName
{
color: #F18F12;
}
</style>
background-color css
<style>
a { background-color: #F18F12; }
a { background-color: rgb(241,143,18); }
div.DivClassName
{
background-color: #F18F12;
}
.BgClassName
{
background-color: #F18F12;
}
</style>
border-color css
<style>
span { border-color: #F18F12; }
span { border-color: rgb(241,143,18); }
td.TdClassName
{
border-color: #F18F12;
}
.TagClassName
{
border-color: #F18F12;
}
</style>