Shades of Carrot Orange #F18912
Tints of Carrot Orange #F18912
RGB
CMYK
RGB Variations
Color information
#F18912 (or 0xF18912) is known color: Carrot Orange. HEX triplet: F1, 89 and 12. RGB value is (241,137,18). Sum of RGB (Red+Green+Blue) = 241+137+18=396 (52% of max value = 765). Red value is 241 (94.53% from 255 or 60.86% from 396); Green value is 137 (53.91% from 255 or 34.60% from 396); Blue value is 18 (7.42% from 255 or 4.55% from 396); Max value from RGB is 241 - color contains mainly: red. Hex color #F18912 is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #F18912 is #0E76ED. Grayscale: #9B9B9B. Windows color (decimal): -947950 or 1214961. OLE color: 1214961.
HSL color Cylindrical-coordinate representation of color #F18912: hue angle of 32.02º 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 #F18912 is Cyan = 0, Magento = 0.43, Yellow = 0.93 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 241 | 137 | 18 | - |
| CMYK | 0 | 0.43 | 0.93 | 0.05 |
| HSL | 32.02º | 0.89% | 0.51% | - |
| HSV(B) | 32.02º | 0.93% | 0.95% | - |
| XYZ | 45.33 | 36.64 | 5.25 | - |
| YUV | 154.53 | 50.96 | 189.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 241 | 137 | 18 | 0 | 0.43 | 0.93 | 0.05 | 32.02 | 0.89 | 0.51 |
| Hex | F1 | 89 | 12 | 0 | 2B | 5D | 5 | 20 | 59 | 33 |
| Octal | 361 | 211 | 22 | 0 | 53 | 135 | 5 | 40 | 131 | 63 |
| Binary | 11110001 | 10001001 | 10010 | 0 | 101011 | 1011101 | 101 | 100000 | 1011001 | 110011 |
Color Harmonies of #F18912
Complementary color
Monochromatic Colors of #F18912
Black with #F18912
Text Example
Text Example
White with #F18912
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F18912; }
p { color: rgb(241,137,18); }
H1.HeaderClassName
{
color: #F18912;
}
.AnyTagClassName
{
color: #F18912;
}
</style>
background-color css
<style>
a { background-color: #F18912; }
a { background-color: rgb(241,137,18); }
div.DivClassName
{
background-color: #F18912;
}
.BgClassName
{
background-color: #F18912;
}
</style>
border-color css
<style>
span { border-color: #F18912; }
span { border-color: rgb(241,137,18); }
td.TdClassName
{
border-color: #F18912;
}
.TagClassName
{
border-color: #F18912;
}
</style>