Shades of Carrot Orange #F18417
Tints of Carrot Orange #F18417
RGB
CMYK
RGB Variations
Color information
#F18417 (or 0xF18417) is known color: Carrot Orange. HEX triplet: F1, 84 and 17. RGB value is (241,132,23). Sum of RGB (Red+Green+Blue) = 241+132+23=396 (52% of max value = 765). Red value is 241 (94.53% from 255 or 60.86% from 396); Green value is 132 (51.95% from 255 or 33.33% from 396); Blue value is 23 (9.38% from 255 or 5.81% from 396); Max value from RGB is 241 - color contains mainly: red. Hex color #F18417 is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #F18417 is #0E7BE8. Grayscale: #989898. Windows color (decimal): -949225 or 1541361. OLE color: 1541361.
HSL color Cylindrical-coordinate representation of color #F18417: hue angle of 30º degrees, saturation: 0.89, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #F18417 is Cyan = 0, Magento = 0.45, Yellow = 0.90 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 241 | 132 | 23 | - |
| CMYK | 0 | 0.45 | 0.90 | 0.05 |
| HSL | 30º | 0.89% | 0.52% | - |
| HSV(B) | 30º | 0.9% | 0.95% | - |
| XYZ | 44.68 | 35.27 | 5.26 | - |
| YUV | 152.17 | 55.11 | 191.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 241 | 132 | 23 | 0 | 0.45 | 0.90 | 0.05 | 30 | 0.89 | 0.52 |
| Hex | F1 | 84 | 17 | 0 | 2D | 5A | 5 | 1E | 59 | 34 |
| Octal | 361 | 204 | 27 | 0 | 55 | 132 | 5 | 36 | 131 | 64 |
| Binary | 11110001 | 10000100 | 10111 | 0 | 101101 | 1011010 | 101 | 11110 | 1011001 | 110100 |
Color Harmonies of #F18417
Complementary color
Monochromatic Colors of #F18417
Black with #F18417
Text Example
Text Example
White with #F18417
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F18417; }
p { color: rgb(241,132,23); }
H1.HeaderClassName
{
color: #F18417;
}
.AnyTagClassName
{
color: #F18417;
}
</style>
background-color css
<style>
a { background-color: #F18417; }
a { background-color: rgb(241,132,23); }
div.DivClassName
{
background-color: #F18417;
}
.BgClassName
{
background-color: #F18417;
}
</style>
border-color css
<style>
span { border-color: #F18417; }
span { border-color: rgb(241,132,23); }
td.TdClassName
{
border-color: #F18417;
}
.TagClassName
{
border-color: #F18417;
}
</style>