Shades of Carrot Orange #F69018
Tints of Carrot Orange #F69018
RGB
CMYK
RGB Variations
Color information
#F69018 (or 0xF69018) is known color: Carrot Orange. HEX triplet: F6, 90 and 18. RGB value is (246,144,24). Sum of RGB (Red+Green+Blue) = 246+144+24=414 (54% of max value = 765). Red value is 246 (96.48% from 255 or 59.42% from 414); Green value is 144 (56.64% from 255 or 34.78% from 414); Blue value is 24 (9.77% from 255 or 5.80% from 414); Max value from RGB is 246 - color contains mainly: red. Hex color #F69018 is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #F69018 is #096FE7. Grayscale: #A1A1A1. Windows color (decimal): -618472 or 1609974. OLE color: 1609974.
HSL color Cylindrical-coordinate representation of color #F69018: hue angle of 32.43º 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 #F69018 is Cyan = 0, Magento = 0.41, Yellow = 0.90 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 246 | 144 | 24 | - |
| CMYK | 0 | 0.41 | 0.90 | 0.04 |
| HSL | 32.43º | 0.93% | 0.53% | - |
| HSV(B) | 32.43º | 0.9% | 0.96% | - |
| XYZ | 48.14 | 39.61 | 5.97 | - |
| YUV | 160.82 | 50.79 | 188.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 246 | 144 | 24 | 0 | 0.41 | 0.90 | 0.04 | 32.43 | 0.93 | 0.53 |
| Hex | F6 | 90 | 18 | 0 | 29 | 5A | 4 | 20 | 5C | 35 |
| Octal | 366 | 220 | 30 | 0 | 51 | 132 | 4 | 40 | 134 | 65 |
| Binary | 11110110 | 10010000 | 11000 | 0 | 101001 | 1011010 | 100 | 100000 | 1011100 | 110101 |
Color Harmonies of #F69018
Complementary color
Monochromatic Colors of #F69018
Black with #F69018
Text Example
Text Example
White with #F69018
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F69018; }
p { color: rgb(246,144,24); }
H1.HeaderClassName
{
color: #F69018;
}
.AnyTagClassName
{
color: #F69018;
}
</style>
background-color css
<style>
a { background-color: #F69018; }
a { background-color: rgb(246,144,24); }
div.DivClassName
{
background-color: #F69018;
}
.BgClassName
{
background-color: #F69018;
}
</style>
border-color css
<style>
span { border-color: #F69018; }
span { border-color: rgb(246,144,24); }
td.TdClassName
{
border-color: #F69018;
}
.TagClassName
{
border-color: #F69018;
}
</style>