Shades of Carrot Orange #F19316
Tints of Carrot Orange #F19316
RGB
CMYK
RGB Variations
Color information
#F19316 (or 0xF19316) is known color: Carrot Orange. HEX triplet: F1, 93 and 16. RGB value is (241,147,22). Sum of RGB (Red+Green+Blue) = 241+147+22=410 (54% of max value = 765). Red value is 241 (94.53% from 255 or 58.78% from 410); Green value is 147 (57.81% from 255 or 35.85% from 410); Blue value is 22 (8.98% from 255 or 5.37% from 410); Max value from RGB is 241 - color contains mainly: red. Hex color #F19316 is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #F19316 is #0E6CE9. Grayscale: #A1A1A1. Windows color (decimal): -945386 or 1479665. OLE color: 1479665.
HSL color Cylindrical-coordinate representation of color #F19316: hue angle of 34.25º 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 #F19316 is Cyan = 0, Magento = 0.39, Yellow = 0.91 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 241 | 147 | 22 | - |
| CMYK | 0 | 0.39 | 0.91 | 0.05 |
| HSL | 34.25º | 0.89% | 0.52% | - |
| HSV(B) | 34.25º | 0.91% | 0.95% | - |
| XYZ | 46.85 | 39.63 | 5.94 | - |
| YUV | 160.86 | 49.64 | 185.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 241 | 147 | 22 | 0 | 0.39 | 0.91 | 0.05 | 34.25 | 0.89 | 0.52 |
| Hex | F1 | 93 | 16 | 0 | 27 | 5B | 5 | 22 | 59 | 34 |
| Octal | 361 | 223 | 26 | 0 | 47 | 133 | 5 | 42 | 131 | 64 |
| Binary | 11110001 | 10010011 | 10110 | 0 | 100111 | 1011011 | 101 | 100010 | 1011001 | 110100 |
Color Harmonies of #F19316
Complementary color
Monochromatic Colors of #F19316
Black with #F19316
Text Example
Text Example
White with #F19316
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F19316; }
p { color: rgb(241,147,22); }
H1.HeaderClassName
{
color: #F19316;
}
.AnyTagClassName
{
color: #F19316;
}
</style>
background-color css
<style>
a { background-color: #F19316; }
a { background-color: rgb(241,147,22); }
div.DivClassName
{
background-color: #F19316;
}
.BgClassName
{
background-color: #F19316;
}
</style>
border-color css
<style>
span { border-color: #F19316; }
span { border-color: rgb(241,147,22); }
td.TdClassName
{
border-color: #F19316;
}
.TagClassName
{
border-color: #F19316;
}
</style>