Shades of Carrot Orange #F09215
Tints of Carrot Orange #F09215
RGB
CMYK
RGB Variations
Color information
#F09215 (or 0xF09215) is known color: Carrot Orange. HEX triplet: F0, 92 and 15. RGB value is (240,146,21). Sum of RGB (Red+Green+Blue) = 240+146+21=407 (53% of max value = 765). Red value is 240 (94.14% from 255 or 58.97% from 407); Green value is 146 (57.42% from 255 or 35.87% from 407); Blue value is 21 (8.59% from 255 or 5.16% from 407); Max value from RGB is 240 - color contains mainly: red. Hex color #F09215 is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #F09215 is #0F6DEA. Grayscale: #A0A0A0. Windows color (decimal): -1011179 or 1413872. OLE color: 1413872.
HSL color Cylindrical-coordinate representation of color #F09215: hue angle of 34.25º 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 #F09215 is Cyan = 0, Magento = 0.39, Yellow = 0.91 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 146 | 21 | - |
| CMYK | 0 | 0.39 | 0.91 | 0.06 |
| HSL | 34.25º | 0.88% | 0.51% | - |
| HSV(B) | 34.25º | 0.91% | 0.94% | - |
| XYZ | 46.35 | 39.14 | 5.82 | - |
| YUV | 159.86 | 49.64 | 185.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 146 | 21 | 0 | 0.39 | 0.91 | 0.06 | 34.25 | 0.88 | 0.51 |
| Hex | F0 | 92 | 15 | 0 | 27 | 5B | 6 | 22 | 58 | 33 |
| Octal | 360 | 222 | 25 | 0 | 47 | 133 | 6 | 42 | 130 | 63 |
| Binary | 11110000 | 10010010 | 10101 | 0 | 100111 | 1011011 | 110 | 100010 | 1011000 | 110011 |
Color Harmonies of #F09215
Complementary color
Monochromatic Colors of #F09215
Black with #F09215
Text Example
Text Example
White with #F09215
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F09215; }
p { color: rgb(240,146,21); }
H1.HeaderClassName
{
color: #F09215;
}
.AnyTagClassName
{
color: #F09215;
}
</style>
background-color css
<style>
a { background-color: #F09215; }
a { background-color: rgb(240,146,21); }
div.DivClassName
{
background-color: #F09215;
}
.BgClassName
{
background-color: #F09215;
}
</style>
border-color css
<style>
span { border-color: #F09215; }
span { border-color: rgb(240,146,21); }
td.TdClassName
{
border-color: #F09215;
}
.TagClassName
{
border-color: #F09215;
}
</style>