Shades of Carrot Orange #F18D1D
Tints of Carrot Orange #F18D1D
RGB
CMYK
RGB Variations
Color information
#F18D1D (or 0xF18D1D) is known color: Carrot Orange. HEX triplet: F1, 8D and 1D. RGB value is (241,141,29). Sum of RGB (Red+Green+Blue) = 241+141+29=411 (54% of max value = 765). Red value is 241 (94.53% from 255 or 58.64% from 411); Green value is 141 (55.47% from 255 or 34.31% from 411); Blue value is 29 (11.72% from 255 or 7.06% from 411); Max value from RGB is 241 - color contains mainly: red. Hex color #F18D1D is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #F18D1D is #0E72E2. Grayscale: #9E9E9E. Windows color (decimal): -946915 or 1936881. OLE color: 1936881.
HSL color Cylindrical-coordinate representation of color #F18D1D: hue angle of 31.7º degrees, saturation: 0.88, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #F18D1D is Cyan = 0, Magento = 0.41, Yellow = 0.88 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 241 | 141 | 29 | - |
| CMYK | 0 | 0.41 | 0.88 | 0.05 |
| HSL | 31.7º | 0.88% | 0.53% | - |
| HSV(B) | 31.7º | 0.88% | 0.95% | - |
| XYZ | 46.02 | 37.84 | 6.04 | - |
| YUV | 158.13 | 55.13 | 187.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 241 | 141 | 29 | 0 | 0.41 | 0.88 | 0.05 | 31.7 | 0.88 | 0.53 |
| Hex | F1 | 8D | 1D | 0 | 29 | 58 | 5 | 20 | 58 | 35 |
| Octal | 361 | 215 | 35 | 0 | 51 | 130 | 5 | 40 | 130 | 65 |
| Binary | 11110001 | 10001101 | 11101 | 0 | 101001 | 1011000 | 101 | 100000 | 1011000 | 110101 |
Color Harmonies of #F18D1D
Complementary color
Monochromatic Colors of #F18D1D
Black with #F18D1D
Text Example
Text Example
White with #F18D1D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F18D1D; }
p { color: rgb(241,141,29); }
H1.HeaderClassName
{
color: #F18D1D;
}
.AnyTagClassName
{
color: #F18D1D;
}
</style>
background-color css
<style>
a { background-color: #F18D1D; }
a { background-color: rgb(241,141,29); }
div.DivClassName
{
background-color: #F18D1D;
}
.BgClassName
{
background-color: #F18D1D;
}
</style>
border-color css
<style>
span { border-color: #F18D1D; }
span { border-color: rgb(241,141,29); }
td.TdClassName
{
border-color: #F18D1D;
}
.TagClassName
{
border-color: #F18D1D;
}
</style>