Shades of Carrot Orange #F18D16
Tints of Carrot Orange #F18D16
RGB
CMYK
RGB Variations
Color information
#F18D16 (or 0xF18D16) is known color: Carrot Orange. HEX triplet: F1, 8D and 16. RGB value is (241,141,22). Sum of RGB (Red+Green+Blue) = 241+141+22=404 (53% of max value = 765). Red value is 241 (94.53% from 255 or 59.65% from 404); Green value is 141 (55.47% from 255 or 34.90% from 404); Blue value is 22 (8.98% from 255 or 5.45% from 404); Max value from RGB is 241 - color contains mainly: red. Hex color #F18D16 is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #F18D16 is #0E72E9. Grayscale: #9D9D9D. Windows color (decimal): -946922 or 1478129. OLE color: 1478129.
HSL color Cylindrical-coordinate representation of color #F18D16: hue angle of 32.6º degrees, saturation: 0.89, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #F18D16 is Cyan = 0, Magento = 0.41, Yellow = 0.91 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 241 | 141 | 22 | - |
| CMYK | 0 | 0.41 | 0.91 | 0.05 |
| HSL | 32.6º | 0.89% | 0.52% | - |
| HSV(B) | 32.6º | 0.91% | 0.95% | - |
| XYZ | 45.95 | 37.81 | 5.64 | - |
| YUV | 157.33 | 51.63 | 187.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 241 | 141 | 22 | 0 | 0.41 | 0.91 | 0.05 | 32.6 | 0.89 | 0.52 |
| Hex | F1 | 8D | 16 | 0 | 29 | 5B | 5 | 21 | 59 | 34 |
| Octal | 361 | 215 | 26 | 0 | 51 | 133 | 5 | 41 | 131 | 64 |
| Binary | 11110001 | 10001101 | 10110 | 0 | 101001 | 1011011 | 101 | 100001 | 1011001 | 110100 |
Color Harmonies of #F18D16
Complementary color
Monochromatic Colors of #F18D16
Black with #F18D16
Text Example
Text Example
White with #F18D16
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F18D16; }
p { color: rgb(241,141,22); }
H1.HeaderClassName
{
color: #F18D16;
}
.AnyTagClassName
{
color: #F18D16;
}
</style>
background-color css
<style>
a { background-color: #F18D16; }
a { background-color: rgb(241,141,22); }
div.DivClassName
{
background-color: #F18D16;
}
.BgClassName
{
background-color: #F18D16;
}
</style>
border-color css
<style>
span { border-color: #F18D16; }
span { border-color: rgb(241,141,22); }
td.TdClassName
{
border-color: #F18D16;
}
.TagClassName
{
border-color: #F18D16;
}
</style>