Shades of Carrot Orange #F18813
Tints of Carrot Orange #F18813
RGB
CMYK
RGB Variations
Color information
#F18813 (or 0xF18813) is known color: Carrot Orange. HEX triplet: F1, 88 and 13. RGB value is (241,136,19). Sum of RGB (Red+Green+Blue) = 241+136+19=396 (52% of max value = 765). Red value is 241 (94.53% from 255 or 60.86% from 396); Green value is 136 (53.52% from 255 or 34.34% from 396); Blue value is 19 (7.81% from 255 or 4.80% from 396); Max value from RGB is 241 - color contains mainly: red. Hex color #F18813 is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #F18813 is #0E77EC. Grayscale: #9A9A9A. Windows color (decimal): -948205 or 1280241. OLE color: 1280241.
HSL color Cylindrical-coordinate representation of color #F18813: hue angle of 31.62º 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 #F18813 is Cyan = 0, Magento = 0.44, Yellow = 0.92 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 241 | 136 | 19 | - |
| CMYK | 0 | 0.44 | 0.92 | 0.05 |
| HSL | 31.62º | 0.89% | 0.51% | - |
| HSV(B) | 31.62º | 0.92% | 0.95% | - |
| XYZ | 45.2 | 36.36 | 5.25 | - |
| YUV | 154.06 | 51.79 | 190.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 241 | 136 | 19 | 0 | 0.44 | 0.92 | 0.05 | 31.62 | 0.89 | 0.51 |
| Hex | F1 | 88 | 13 | 0 | 2C | 5C | 5 | 20 | 59 | 33 |
| Octal | 361 | 210 | 23 | 0 | 54 | 134 | 5 | 40 | 131 | 63 |
| Binary | 11110001 | 10001000 | 10011 | 0 | 101100 | 1011100 | 101 | 100000 | 1011001 | 110011 |
Color Harmonies of #F18813
Complementary color
Monochromatic Colors of #F18813
Black with #F18813
Text Example
Text Example
White with #F18813
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F18813; }
p { color: rgb(241,136,19); }
H1.HeaderClassName
{
color: #F18813;
}
.AnyTagClassName
{
color: #F18813;
}
</style>
background-color css
<style>
a { background-color: #F18813; }
a { background-color: rgb(241,136,19); }
div.DivClassName
{
background-color: #F18813;
}
.BgClassName
{
background-color: #F18813;
}
</style>
border-color css
<style>
span { border-color: #F18813; }
span { border-color: rgb(241,136,19); }
td.TdClassName
{
border-color: #F18813;
}
.TagClassName
{
border-color: #F18813;
}
</style>