Shades of Carrot Orange #F09515
Tints of Carrot Orange #F09515
RGB
CMYK
RGB Variations
Color information
#F09515 (or 0xF09515) is known color: Carrot Orange. HEX triplet: F0, 95 and 15. RGB value is (240,149,21). Sum of RGB (Red+Green+Blue) = 240+149+21=410 (54% of max value = 765). Red value is 240 (94.14% from 255 or 58.54% from 410); Green value is 149 (58.59% from 255 or 36.34% from 410); Blue value is 21 (8.59% from 255 or 5.12% from 410); Max value from RGB is 240 - color contains mainly: red. Hex color #F09515 is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #F09515 is #0F6AEA. Grayscale: #A2A2A2. Windows color (decimal): -1010411 or 1414640. OLE color: 1414640.
HSL color Cylindrical-coordinate representation of color #F09515: hue angle of 35.07º 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 #F09515 is Cyan = 0, Magento = 0.38, Yellow = 0.91 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 149 | 21 | - |
| CMYK | 0 | 0.38 | 0.91 | 0.06 |
| HSL | 35.07º | 0.88% | 0.51% | - |
| HSV(B) | 35.07º | 0.91% | 0.94% | - |
| XYZ | 46.82 | 40.07 | 5.98 | - |
| YUV | 161.62 | 48.65 | 183.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 149 | 21 | 0 | 0.38 | 0.91 | 0.06 | 35.07 | 0.88 | 0.51 |
| Hex | F0 | 95 | 15 | 0 | 26 | 5B | 6 | 23 | 58 | 33 |
| Octal | 360 | 225 | 25 | 0 | 46 | 133 | 6 | 43 | 130 | 63 |
| Binary | 11110000 | 10010101 | 10101 | 0 | 100110 | 1011011 | 110 | 100011 | 1011000 | 110011 |
Color Harmonies of #F09515
Complementary color
Monochromatic Colors of #F09515
Black with #F09515
Text Example
Text Example
White with #F09515
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F09515; }
p { color: rgb(240,149,21); }
H1.HeaderClassName
{
color: #F09515;
}
.AnyTagClassName
{
color: #F09515;
}
</style>
background-color css
<style>
a { background-color: #F09515; }
a { background-color: rgb(240,149,21); }
div.DivClassName
{
background-color: #F09515;
}
.BgClassName
{
background-color: #F09515;
}
</style>
border-color css
<style>
span { border-color: #F09515; }
span { border-color: rgb(240,149,21); }
td.TdClassName
{
border-color: #F09515;
}
.TagClassName
{
border-color: #F09515;
}
</style>