Shades of Carrot Orange #F69215
Tints of Carrot Orange #F69215
RGB
CMYK
RGB Variations
Color information
#F69215 (or 0xF69215) is known color: Carrot Orange. HEX triplet: F6, 92 and 15. RGB value is (246,146,21). Sum of RGB (Red+Green+Blue) = 246+146+21=413 (54% of max value = 765). Red value is 246 (96.48% from 255 or 59.56% from 413); Green value is 146 (57.42% from 255 or 35.35% from 413); Blue value is 21 (8.59% from 255 or 5.08% from 413); Max value from RGB is 246 - color contains mainly: red. Hex color #F69215 is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #F69215 is #096DEA. Grayscale: #A2A2A2. Windows color (decimal): -617963 or 1413878. OLE color: 1413878.
HSL color Cylindrical-coordinate representation of color #F69215: hue angle of 33.33º 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 #F69215 is Cyan = 0, Magento = 0.41, Yellow = 0.91 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 246 | 146 | 21 | - |
| CMYK | 0 | 0.41 | 0.91 | 0.04 |
| HSL | 33.33º | 0.93% | 0.52% | - |
| HSV(B) | 33.33º | 0.91% | 0.96% | - |
| XYZ | 48.42 | 40.2 | 5.92 | - |
| YUV | 161.65 | 48.63 | 188.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 246 | 146 | 21 | 0 | 0.41 | 0.91 | 0.04 | 33.33 | 0.93 | 0.52 |
| Hex | F6 | 92 | 15 | 0 | 29 | 5B | 4 | 21 | 5D | 34 |
| Octal | 366 | 222 | 25 | 0 | 51 | 133 | 4 | 41 | 135 | 64 |
| Binary | 11110110 | 10010010 | 10101 | 0 | 101001 | 1011011 | 100 | 100001 | 1011101 | 110100 |
Color Harmonies of #F69215
Complementary color
Monochromatic Colors of #F69215
Black with #F69215
Text Example
Text Example
White with #F69215
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F69215; }
p { color: rgb(246,146,21); }
H1.HeaderClassName
{
color: #F69215;
}
.AnyTagClassName
{
color: #F69215;
}
</style>
background-color css
<style>
a { background-color: #F69215; }
a { background-color: rgb(246,146,21); }
div.DivClassName
{
background-color: #F69215;
}
.BgClassName
{
background-color: #F69215;
}
</style>
border-color css
<style>
span { border-color: #F69215; }
span { border-color: rgb(246,146,21); }
td.TdClassName
{
border-color: #F69215;
}
.TagClassName
{
border-color: #F69215;
}
</style>