Shades of Carrot Orange #F18F14
Tints of Carrot Orange #F18F14
RGB
CMYK
RGB Variations
Color information
#F18F14 (or 0xF18F14) is known color: Carrot Orange. HEX triplet: F1, 8F and 14. RGB value is (241,143,20). Sum of RGB (Red+Green+Blue) = 241+143+20=404 (53% of max value = 765). Red value is 241 (94.53% from 255 or 59.65% from 404); Green value is 143 (56.25% from 255 or 35.40% from 404); Blue value is 20 (8.20% from 255 or 4.95% from 404); Max value from RGB is 241 - color contains mainly: red. Hex color #F18F14 is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #F18F14 is #0E70EB. Grayscale: #9E9E9E. Windows color (decimal): -946412 or 1347569. OLE color: 1347569.
HSL color Cylindrical-coordinate representation of color #F18F14: hue angle of 33.39º degrees, saturation: 0.89, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #F18F14 is Cyan = 0, Magento = 0.41, Yellow = 0.92 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 241 | 143 | 20 | - |
| CMYK | 0 | 0.41 | 0.92 | 0.05 |
| HSL | 33.39º | 0.89% | 0.51% | - |
| HSV(B) | 33.39º | 0.92% | 0.95% | - |
| XYZ | 46.22 | 38.4 | 5.64 | - |
| YUV | 158.28 | 49.97 | 187 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 241 | 143 | 20 | 0 | 0.41 | 0.92 | 0.05 | 33.39 | 0.89 | 0.51 |
| Hex | F1 | 8F | 14 | 0 | 29 | 5C | 5 | 21 | 59 | 33 |
| Octal | 361 | 217 | 24 | 0 | 51 | 134 | 5 | 41 | 131 | 63 |
| Binary | 11110001 | 10001111 | 10100 | 0 | 101001 | 1011100 | 101 | 100001 | 1011001 | 110011 |
Color Harmonies of #F18F14
Complementary color
Monochromatic Colors of #F18F14
Black with #F18F14
Text Example
Text Example
White with #F18F14
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F18F14; }
p { color: rgb(241,143,20); }
H1.HeaderClassName
{
color: #F18F14;
}
.AnyTagClassName
{
color: #F18F14;
}
</style>
background-color css
<style>
a { background-color: #F18F14; }
a { background-color: rgb(241,143,20); }
div.DivClassName
{
background-color: #F18F14;
}
.BgClassName
{
background-color: #F18F14;
}
</style>
border-color css
<style>
span { border-color: #F18F14; }
span { border-color: rgb(241,143,20); }
td.TdClassName
{
border-color: #F18F14;
}
.TagClassName
{
border-color: #F18F14;
}
</style>