Shades of Carrot Orange #F68C18
Tints of Carrot Orange #F68C18
RGB
CMYK
RGB Variations
Color information
#F68C18 (or 0xF68C18) is known color: Carrot Orange. HEX triplet: F6, 8C and 18. RGB value is (246,140,24). Sum of RGB (Red+Green+Blue) = 246+140+24=410 (54% of max value = 765). Red value is 246 (96.48% from 255 or 60% from 410); Green value is 140 (55.08% from 255 or 34.15% from 410); Blue value is 24 (9.77% from 255 or 5.85% from 410); Max value from RGB is 246 - color contains mainly: red. Hex color #F68C18 is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #F68C18 is #0973E7. Grayscale: #9F9F9F. Windows color (decimal): -619496 or 1608950. OLE color: 1608950.
HSL color Cylindrical-coordinate representation of color #F68C18: hue angle of 31.35º degrees, saturation: 0.93, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #F68C18 is Cyan = 0, Magento = 0.43, Yellow = 0.90 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 246 | 140 | 24 | - |
| CMYK | 0 | 0.43 | 0.90 | 0.04 |
| HSL | 31.35º | 0.93% | 0.53% | - |
| HSV(B) | 31.35º | 0.9% | 0.96% | - |
| XYZ | 47.55 | 38.41 | 5.77 | - |
| YUV | 158.47 | 52.12 | 190.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 246 | 140 | 24 | 0 | 0.43 | 0.90 | 0.04 | 31.35 | 0.93 | 0.53 |
| Hex | F6 | 8C | 18 | 0 | 2B | 5A | 4 | 1F | 5C | 35 |
| Octal | 366 | 214 | 30 | 0 | 53 | 132 | 4 | 37 | 134 | 65 |
| Binary | 11110110 | 10001100 | 11000 | 0 | 101011 | 1011010 | 100 | 11111 | 1011100 | 110101 |
Color Harmonies of #F68C18
Complementary color
Monochromatic Colors of #F68C18
Black with #F68C18
Text Example
Text Example
White with #F68C18
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F68C18; }
p { color: rgb(246,140,24); }
H1.HeaderClassName
{
color: #F68C18;
}
.AnyTagClassName
{
color: #F68C18;
}
</style>
background-color css
<style>
a { background-color: #F68C18; }
a { background-color: rgb(246,140,24); }
div.DivClassName
{
background-color: #F68C18;
}
.BgClassName
{
background-color: #F68C18;
}
</style>
border-color css
<style>
span { border-color: #F68C18; }
span { border-color: rgb(246,140,24); }
td.TdClassName
{
border-color: #F68C18;
}
.TagClassName
{
border-color: #F68C18;
}
</style>