Shades of Carrot Orange #F68D15
Tints of Carrot Orange #F68D15
RGB
CMYK
RGB Variations
Color information
#F68D15 (or 0xF68D15) is known color: Carrot Orange. HEX triplet: F6, 8D and 15. RGB value is (246,141,21). Sum of RGB (Red+Green+Blue) = 246+141+21=408 (54% of max value = 765). Red value is 246 (96.48% from 255 or 60.29% from 408); Green value is 141 (55.47% from 255 or 34.56% from 408); Blue value is 21 (8.59% from 255 or 5.15% from 408); Max value from RGB is 246 - color contains mainly: red. Hex color #F68D15 is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #F68D15 is #0972EA. Grayscale: #9F9F9F. Windows color (decimal): -619243 or 1412598. OLE color: 1412598.
HSL color Cylindrical-coordinate representation of color #F68D15: hue angle of 32º 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 #F68D15 is Cyan = 0, Magento = 0.43, Yellow = 0.91 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 246 | 141 | 21 | - |
| CMYK | 0 | 0.43 | 0.91 | 0.04 |
| HSL | 32º | 0.93% | 0.52% | - |
| HSV(B) | 32º | 0.91% | 0.96% | - |
| XYZ | 47.67 | 38.7 | 5.67 | - |
| YUV | 158.72 | 50.29 | 190.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 246 | 141 | 21 | 0 | 0.43 | 0.91 | 0.04 | 32 | 0.93 | 0.52 |
| Hex | F6 | 8D | 15 | 0 | 2B | 5B | 4 | 20 | 5D | 34 |
| Octal | 366 | 215 | 25 | 0 | 53 | 133 | 4 | 40 | 135 | 64 |
| Binary | 11110110 | 10001101 | 10101 | 0 | 101011 | 1011011 | 100 | 100000 | 1011101 | 110100 |
Color Harmonies of #F68D15
Complementary color
Monochromatic Colors of #F68D15
Black with #F68D15
Text Example
Text Example
White with #F68D15
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F68D15; }
p { color: rgb(246,141,21); }
H1.HeaderClassName
{
color: #F68D15;
}
.AnyTagClassName
{
color: #F68D15;
}
</style>
background-color css
<style>
a { background-color: #F68D15; }
a { background-color: rgb(246,141,21); }
div.DivClassName
{
background-color: #F68D15;
}
.BgClassName
{
background-color: #F68D15;
}
</style>
border-color css
<style>
span { border-color: #F68D15; }
span { border-color: rgb(246,141,21); }
td.TdClassName
{
border-color: #F68D15;
}
.TagClassName
{
border-color: #F68D15;
}
</style>