Shades of Carrot Orange #F19112
Tints of Carrot Orange #F19112
RGB
CMYK
RGB Variations
Color information
#F19112 (or 0xF19112) is known color: Carrot Orange. HEX triplet: F1, 91 and 12. RGB value is (241,145,18). Sum of RGB (Red+Green+Blue) = 241+145+18=404 (53% of max value = 765). Red value is 241 (94.53% from 255 or 59.65% from 404); Green value is 145 (57.03% from 255 or 35.89% from 404); Blue value is 18 (7.42% from 255 or 4.46% from 404); Max value from RGB is 241 - color contains mainly: red. Hex color #F19112 is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #F19112 is #0E6EED. Grayscale: #9F9F9F. Windows color (decimal): -945902 or 1217009. OLE color: 1217009.
HSL color Cylindrical-coordinate representation of color #F19112: hue angle of 34.17º 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 #F19112 is Cyan = 0, Magento = 0.40, Yellow = 0.93 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 241 | 145 | 18 | - |
| CMYK | 0 | 0.40 | 0.93 | 0.05 |
| HSL | 34.17º | 0.89% | 0.51% | - |
| HSV(B) | 34.17º | 0.93% | 0.95% | - |
| XYZ | 46.51 | 39 | 5.65 | - |
| YUV | 159.23 | 48.3 | 186.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 241 | 145 | 18 | 0 | 0.40 | 0.93 | 0.05 | 34.17 | 0.89 | 0.51 |
| Hex | F1 | 91 | 12 | 0 | 28 | 5D | 5 | 22 | 59 | 33 |
| Octal | 361 | 221 | 22 | 0 | 50 | 135 | 5 | 42 | 131 | 63 |
| Binary | 11110001 | 10010001 | 10010 | 0 | 101000 | 1011101 | 101 | 100010 | 1011001 | 110011 |
Color Harmonies of #F19112
Complementary color
Monochromatic Colors of #F19112
Black with #F19112
Text Example
Text Example
White with #F19112
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F19112; }
p { color: rgb(241,145,18); }
H1.HeaderClassName
{
color: #F19112;
}
.AnyTagClassName
{
color: #F19112;
}
</style>
background-color css
<style>
a { background-color: #F19112; }
a { background-color: rgb(241,145,18); }
div.DivClassName
{
background-color: #F19112;
}
.BgClassName
{
background-color: #F19112;
}
</style>
border-color css
<style>
span { border-color: #F19112; }
span { border-color: rgb(241,145,18); }
td.TdClassName
{
border-color: #F19112;
}
.TagClassName
{
border-color: #F19112;
}
</style>