Shades of Carrot Orange #F69115
Tints of Carrot Orange #F69115
RGB
CMYK
RGB Variations
Color information
#F69115 (or 0xF69115) is known color: Carrot Orange. HEX triplet: F6, 91 and 15. RGB value is (246,145,21). Sum of RGB (Red+Green+Blue) = 246+145+21=412 (54% of max value = 765). Red value is 246 (96.48% from 255 or 59.71% from 412); Green value is 145 (57.03% from 255 or 35.19% from 412); Blue value is 21 (8.59% from 255 or 5.10% from 412); Max value from RGB is 246 - color contains mainly: red. Hex color #F69115 is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #F69115 is #096EEA. Grayscale: #A1A1A1. Windows color (decimal): -618219 or 1413622. OLE color: 1413622.
HSL color Cylindrical-coordinate representation of color #F69115: hue angle of 33.07º degrees, saturation: 0.93, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #F69115 is Cyan = 0, Magento = 0.41, Yellow = 0.91 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 246 | 145 | 21 | - |
| CMYK | 0 | 0.41 | 0.91 | 0.04 |
| HSL | 33.07º | 0.93% | 0.52% | - |
| HSV(B) | 33.07º | 0.91% | 0.96% | - |
| XYZ | 48.27 | 39.9 | 5.87 | - |
| YUV | 161.06 | 48.96 | 188.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 246 | 145 | 21 | 0 | 0.41 | 0.91 | 0.04 | 33.07 | 0.93 | 0.52 |
| Hex | F6 | 91 | 15 | 0 | 29 | 5B | 4 | 21 | 5D | 34 |
| Octal | 366 | 221 | 25 | 0 | 51 | 133 | 4 | 41 | 135 | 64 |
| Binary | 11110110 | 10010001 | 10101 | 0 | 101001 | 1011011 | 100 | 100001 | 1011101 | 110100 |
Color Harmonies of #F69115
Complementary color
Monochromatic Colors of #F69115
Black with #F69115
Text Example
Text Example
White with #F69115
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F69115; }
p { color: rgb(246,145,21); }
H1.HeaderClassName
{
color: #F69115;
}
.AnyTagClassName
{
color: #F69115;
}
</style>
background-color css
<style>
a { background-color: #F69115; }
a { background-color: rgb(246,145,21); }
div.DivClassName
{
background-color: #F69115;
}
.BgClassName
{
background-color: #F69115;
}
</style>
border-color css
<style>
span { border-color: #F69115; }
span { border-color: rgb(246,145,21); }
td.TdClassName
{
border-color: #F69115;
}
.TagClassName
{
border-color: #F69115;
}
</style>