Shades of Carrot Orange #F18C12
Tints of Carrot Orange #F18C12
RGB
CMYK
RGB Variations
Color information
#F18C12 (or 0xF18C12) is known color: Carrot Orange. HEX triplet: F1, 8C and 12. RGB value is (241,140,18). Sum of RGB (Red+Green+Blue) = 241+140+18=399 (52% of max value = 765). Red value is 241 (94.53% from 255 or 60.40% from 399); Green value is 140 (55.08% from 255 or 35.09% from 399); Blue value is 18 (7.42% from 255 or 4.51% from 399); Max value from RGB is 241 - color contains mainly: red. Hex color #F18C12 is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #F18C12 is #0E73ED. Grayscale: #9C9C9C. Windows color (decimal): -947182 or 1215729. OLE color: 1215729.
HSL color Cylindrical-coordinate representation of color #F18C12: hue angle of 32.83º degrees, saturation: 0.89, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #F18C12 is Cyan = 0, Magento = 0.42, Yellow = 0.93 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 241 | 140 | 18 | - |
| CMYK | 0 | 0.42 | 0.93 | 0.05 |
| HSL | 32.83º | 0.89% | 0.51% | - |
| HSV(B) | 32.83º | 0.93% | 0.95% | - |
| XYZ | 45.76 | 37.5 | 5.4 | - |
| YUV | 156.29 | 49.96 | 188.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 241 | 140 | 18 | 0 | 0.42 | 0.93 | 0.05 | 32.83 | 0.89 | 0.51 |
| Hex | F1 | 8C | 12 | 0 | 2A | 5D | 5 | 21 | 59 | 33 |
| Octal | 361 | 214 | 22 | 0 | 52 | 135 | 5 | 41 | 131 | 63 |
| Binary | 11110001 | 10001100 | 10010 | 0 | 101010 | 1011101 | 101 | 100001 | 1011001 | 110011 |
Color Harmonies of #F18C12
Complementary color
Monochromatic Colors of #F18C12
Black with #F18C12
Text Example
Text Example
White with #F18C12
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F18C12; }
p { color: rgb(241,140,18); }
H1.HeaderClassName
{
color: #F18C12;
}
.AnyTagClassName
{
color: #F18C12;
}
</style>
background-color css
<style>
a { background-color: #F18C12; }
a { background-color: rgb(241,140,18); }
div.DivClassName
{
background-color: #F18C12;
}
.BgClassName
{
background-color: #F18C12;
}
</style>
border-color css
<style>
span { border-color: #F18C12; }
span { border-color: rgb(241,140,18); }
td.TdClassName
{
border-color: #F18C12;
}
.TagClassName
{
border-color: #F18C12;
}
</style>