Shades of Carrot Orange #F08515
Tints of Carrot Orange #F08515
RGB
CMYK
RGB Variations
Color information
#F08515 (or 0xF08515) is known color: Carrot Orange. HEX triplet: F0, 85 and 15. RGB value is (240,133,21). Sum of RGB (Red+Green+Blue) = 240+133+21=394 (52% of max value = 765). Red value is 240 (94.14% from 255 or 60.91% from 394); Green value is 133 (52.34% from 255 or 33.76% from 394); Blue value is 21 (8.59% from 255 or 5.33% from 394); Max value from RGB is 240 - color contains mainly: red. Hex color #F08515 is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #F08515 is #0F7AEA. Grayscale: #989898. Windows color (decimal): -1014507 or 1410544. OLE color: 1410544.
HSL color Cylindrical-coordinate representation of color #F08515: hue angle of 30.68º 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 #F08515 is Cyan = 0, Magento = 0.45, Yellow = 0.91 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 133 | 21 | - |
| CMYK | 0 | 0.45 | 0.91 | 0.06 |
| HSL | 30.68º | 0.88% | 0.51% | - |
| HSV(B) | 30.68º | 0.91% | 0.94% | - |
| XYZ | 44.46 | 35.35 | 5.19 | - |
| YUV | 152.23 | 53.95 | 190.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 133 | 21 | 0 | 0.45 | 0.91 | 0.06 | 30.68 | 0.88 | 0.51 |
| Hex | F0 | 85 | 15 | 0 | 2D | 5B | 6 | 1F | 58 | 33 |
| Octal | 360 | 205 | 25 | 0 | 55 | 133 | 6 | 37 | 130 | 63 |
| Binary | 11110000 | 10000101 | 10101 | 0 | 101101 | 1011011 | 110 | 11111 | 1011000 | 110011 |
Color Harmonies of #F08515
Complementary color
Monochromatic Colors of #F08515
Black with #F08515
Text Example
Text Example
White with #F08515
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F08515; }
p { color: rgb(240,133,21); }
H1.HeaderClassName
{
color: #F08515;
}
.AnyTagClassName
{
color: #F08515;
}
</style>
background-color css
<style>
a { background-color: #F08515; }
a { background-color: rgb(240,133,21); }
div.DivClassName
{
background-color: #F08515;
}
.BgClassName
{
background-color: #F08515;
}
</style>
border-color css
<style>
span { border-color: #F08515; }
span { border-color: rgb(240,133,21); }
td.TdClassName
{
border-color: #F08515;
}
.TagClassName
{
border-color: #F08515;
}
</style>