Shades of Carrot Orange #F18C19
Tints of Carrot Orange #F18C19
RGB
CMYK
RGB Variations
Color information
#F18C19 (or 0xF18C19) is known color: Carrot Orange. HEX triplet: F1, 8C and 19. RGB value is (241,140,25). Sum of RGB (Red+Green+Blue) = 241+140+25=406 (53% of max value = 765). Red value is 241 (94.53% from 255 or 59.36% from 406); Green value is 140 (55.08% from 255 or 34.48% from 406); Blue value is 25 (10.16% from 255 or 6.16% from 406); Max value from RGB is 241 - color contains mainly: red. Hex color #F18C19 is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #F18C19 is #0E73E6. Grayscale: #9D9D9D. Windows color (decimal): -947175 or 1674481. OLE color: 1674481.
HSL color Cylindrical-coordinate representation of color #F18C19: hue angle of 31.94º degrees, saturation: 0.89, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #F18C19 is Cyan = 0, Magento = 0.42, Yellow = 0.90 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 241 | 140 | 25 | - |
| CMYK | 0 | 0.42 | 0.90 | 0.05 |
| HSL | 31.94º | 0.89% | 0.52% | - |
| HSV(B) | 31.94º | 0.9% | 0.95% | - |
| XYZ | 45.83 | 37.53 | 5.75 | - |
| YUV | 157.09 | 53.46 | 187.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 241 | 140 | 25 | 0 | 0.42 | 0.90 | 0.05 | 31.94 | 0.89 | 0.52 |
| Hex | F1 | 8C | 19 | 0 | 2A | 5A | 5 | 20 | 59 | 34 |
| Octal | 361 | 214 | 31 | 0 | 52 | 132 | 5 | 40 | 131 | 64 |
| Binary | 11110001 | 10001100 | 11001 | 0 | 101010 | 1011010 | 101 | 100000 | 1011001 | 110100 |
Color Harmonies of #F18C19
Complementary color
Monochromatic Colors of #F18C19
Black with #F18C19
Text Example
Text Example
White with #F18C19
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F18C19; }
p { color: rgb(241,140,25); }
H1.HeaderClassName
{
color: #F18C19;
}
.AnyTagClassName
{
color: #F18C19;
}
</style>
background-color css
<style>
a { background-color: #F18C19; }
a { background-color: rgb(241,140,25); }
div.DivClassName
{
background-color: #F18C19;
}
.BgClassName
{
background-color: #F18C19;
}
</style>
border-color css
<style>
span { border-color: #F18C19; }
span { border-color: rgb(241,140,25); }
td.TdClassName
{
border-color: #F18C19;
}
.TagClassName
{
border-color: #F18C19;
}
</style>