Shades of Carrot Orange #F68715
Tints of Carrot Orange #F68715
RGB
CMYK
RGB Variations
Color information
#F68715 (or 0xF68715) is known color: Carrot Orange. HEX triplet: F6, 87 and 15. RGB value is (246,135,21). Sum of RGB (Red+Green+Blue) = 246+135+21=402 (53% of max value = 765). Red value is 246 (96.48% from 255 or 61.19% from 402); Green value is 135 (53.12% from 255 or 33.58% from 402); Blue value is 21 (8.59% from 255 or 5.22% from 402); Max value from RGB is 246 - color contains mainly: red. Hex color #F68715 is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #F68715 is #0978EA. Grayscale: #9B9B9B. Windows color (decimal): -620779 or 1411062. OLE color: 1411062.
HSL color Cylindrical-coordinate representation of color #F68715: hue angle of 30.4º 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 #F68715 is Cyan = 0, Magento = 0.45, Yellow = 0.91 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 246 | 135 | 21 | - |
| CMYK | 0 | 0.45 | 0.91 | 0.04 |
| HSL | 30.4º | 0.93% | 0.52% | - |
| HSV(B) | 30.4º | 0.91% | 0.96% | - |
| XYZ | 46.81 | 36.97 | 5.38 | - |
| YUV | 155.19 | 52.27 | 192.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 246 | 135 | 21 | 0 | 0.45 | 0.91 | 0.04 | 30.4 | 0.93 | 0.52 |
| Hex | F6 | 87 | 15 | 0 | 2D | 5B | 4 | 1E | 5D | 34 |
| Octal | 366 | 207 | 25 | 0 | 55 | 133 | 4 | 36 | 135 | 64 |
| Binary | 11110110 | 10000111 | 10101 | 0 | 101101 | 1011011 | 100 | 11110 | 1011101 | 110100 |
Color Harmonies of #F68715
Complementary color
Monochromatic Colors of #F68715
Black with #F68715
Text Example
Text Example
White with #F68715
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F68715; }
p { color: rgb(246,135,21); }
H1.HeaderClassName
{
color: #F68715;
}
.AnyTagClassName
{
color: #F68715;
}
</style>
background-color css
<style>
a { background-color: #F68715; }
a { background-color: rgb(246,135,21); }
div.DivClassName
{
background-color: #F68715;
}
.BgClassName
{
background-color: #F68715;
}
</style>
border-color css
<style>
span { border-color: #F68715; }
span { border-color: rgb(246,135,21); }
td.TdClassName
{
border-color: #F68715;
}
.TagClassName
{
border-color: #F68715;
}
</style>