Shades of Carrot Orange #F09115
Tints of Carrot Orange #F09115
RGB
CMYK
RGB Variations
Color information
#F09115 (or 0xF09115) is known color: Carrot Orange. HEX triplet: F0, 91 and 15. RGB value is (240,145,21). Sum of RGB (Red+Green+Blue) = 240+145+21=406 (53% of max value = 765). Red value is 240 (94.14% from 255 or 59.11% from 406); Green value is 145 (57.03% from 255 or 35.71% from 406); Blue value is 21 (8.59% from 255 or 5.17% from 406); Max value from RGB is 240 - color contains mainly: red. Hex color #F09115 is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #F09115 is #0F6EEA. Grayscale: #9F9F9F. Windows color (decimal): -1011435 or 1413616. OLE color: 1413616.
HSL color Cylindrical-coordinate representation of color #F09115: hue angle of 33.97º degrees, saturation: 0.88, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #F09115 is Cyan = 0, Magento = 0.40, Yellow = 0.91 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 145 | 21 | - |
| CMYK | 0 | 0.40 | 0.91 | 0.06 |
| HSL | 33.97º | 0.88% | 0.51% | - |
| HSV(B) | 33.97º | 0.91% | 0.94% | - |
| XYZ | 46.2 | 38.83 | 5.77 | - |
| YUV | 159.27 | 49.97 | 185.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 145 | 21 | 0 | 0.40 | 0.91 | 0.06 | 33.97 | 0.88 | 0.51 |
| Hex | F0 | 91 | 15 | 0 | 28 | 5B | 6 | 22 | 58 | 33 |
| Octal | 360 | 221 | 25 | 0 | 50 | 133 | 6 | 42 | 130 | 63 |
| Binary | 11110000 | 10010001 | 10101 | 0 | 101000 | 1011011 | 110 | 100010 | 1011000 | 110011 |
Color Harmonies of #F09115
Complementary color
Monochromatic Colors of #F09115
Black with #F09115
Text Example
Text Example
White with #F09115
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F09115; }
p { color: rgb(240,145,21); }
H1.HeaderClassName
{
color: #F09115;
}
.AnyTagClassName
{
color: #F09115;
}
</style>
background-color css
<style>
a { background-color: #F09115; }
a { background-color: rgb(240,145,21); }
div.DivClassName
{
background-color: #F09115;
}
.BgClassName
{
background-color: #F09115;
}
</style>
border-color css
<style>
span { border-color: #F09115; }
span { border-color: rgb(240,145,21); }
td.TdClassName
{
border-color: #F09115;
}
.TagClassName
{
border-color: #F09115;
}
</style>