Shades of Carrot Orange #F99515
Tints of Carrot Orange #F99515
RGB
CMYK
RGB Variations
Color information
#F99515 (or 0xF99515) is known color: Carrot Orange. HEX triplet: F9, 95 and 15. RGB value is (249,149,21). Sum of RGB (Red+Green+Blue) = 249+149+21=419 (55% of max value = 765). Red value is 249 (97.66% from 255 or 59.43% from 419); Green value is 149 (58.59% from 255 or 35.56% from 419); Blue value is 21 (8.59% from 255 or 5.01% from 419); Max value from RGB is 249 - color contains mainly: red. Hex color #F99515 is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #F99515 is #066AEA. Grayscale: #A4A4A4. Windows color (decimal): -420587 or 1414649. OLE color: 1414649.
HSL color Cylindrical-coordinate representation of color #F99515: hue angle of 33.68º degrees, saturation: 0.95, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #F99515 is Cyan = 0, Magento = 0.40, Yellow = 0.92 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 249 | 149 | 21 | - |
| CMYK | 0 | 0.40 | 0.92 | 0.02 |
| HSL | 33.68º | 0.95% | 0.53% | - |
| HSV(B) | 33.68º | 0.92% | 0.98% | - |
| XYZ | 49.95 | 41.69 | 6.12 | - |
| YUV | 164.31 | 47.13 | 188.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 249 | 149 | 21 | 0 | 0.40 | 0.92 | 0.02 | 33.68 | 0.95 | 0.53 |
| Hex | F9 | 95 | 15 | 0 | 28 | 5C | 2 | 22 | 5F | 35 |
| Octal | 371 | 225 | 25 | 0 | 50 | 134 | 2 | 42 | 137 | 65 |
| Binary | 11111001 | 10010101 | 10101 | 0 | 101000 | 1011100 | 10 | 100010 | 1011111 | 110101 |
Color Harmonies of #F99515
Complementary color
Monochromatic Colors of #F99515
Black with #F99515
Text Example
Text Example
White with #F99515
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F99515; }
p { color: rgb(249,149,21); }
H1.HeaderClassName
{
color: #F99515;
}
.AnyTagClassName
{
color: #F99515;
}
</style>
background-color css
<style>
a { background-color: #F99515; }
a { background-color: rgb(249,149,21); }
div.DivClassName
{
background-color: #F99515;
}
.BgClassName
{
background-color: #F99515;
}
</style>
border-color css
<style>
span { border-color: #F99515; }
span { border-color: rgb(249,149,21); }
td.TdClassName
{
border-color: #F99515;
}
.TagClassName
{
border-color: #F99515;
}
</style>