Shades of Carrot Orange #F18C29
Tints of Carrot Orange #F18C29
RGB
CMYK
RGB Variations
Color information
#F18C29 (or 0xF18C29) is known color: Carrot Orange. HEX triplet: F1, 8C and 29. RGB value is (241,140,41). Sum of RGB (Red+Green+Blue) = 241+140+41=422 (55% of max value = 765). Red value is 241 (94.53% from 255 or 57.11% from 422); Green value is 140 (55.08% from 255 or 33.18% from 422); Blue value is 41 (16.41% from 255 or 9.72% from 422); Max value from RGB is 241 - color contains mainly: red. Hex color #F18C29 is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #F18C29 is #0E73D6. Grayscale: #9F9F9F. Windows color (decimal): -947159 or 2723057. OLE color: 2723057.
HSL color Cylindrical-coordinate representation of color #F18C29: hue angle of 29.7º degrees, saturation: 0.88, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #F18C29 is Cyan = 0, Magento = 0.42, Yellow = 0.83 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 241 | 140 | 41 | - |
| CMYK | 0 | 0.42 | 0.83 | 0.05 |
| HSL | 29.7º | 0.88% | 0.55% | - |
| HSV(B) | 29.7º | 0.83% | 0.95% | - |
| XYZ | 46.05 | 37.62 | 6.93 | - |
| YUV | 158.91 | 61.46 | 186.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 241 | 140 | 41 | 0 | 0.42 | 0.83 | 0.05 | 29.7 | 0.88 | 0.55 |
| Hex | F1 | 8C | 29 | 0 | 2A | 53 | 5 | 1E | 58 | 37 |
| Octal | 361 | 214 | 51 | 0 | 52 | 123 | 5 | 36 | 130 | 67 |
| Binary | 11110001 | 10001100 | 101001 | 0 | 101010 | 1010011 | 101 | 11110 | 1011000 | 110111 |
Color Harmonies of #F18C29
Complementary color
Monochromatic Colors of #F18C29
Black with #F18C29
Text Example
Text Example
White with #F18C29
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F18C29; }
p { color: rgb(241,140,41); }
H1.HeaderClassName
{
color: #F18C29;
}
.AnyTagClassName
{
color: #F18C29;
}
</style>
background-color css
<style>
a { background-color: #F18C29; }
a { background-color: rgb(241,140,41); }
div.DivClassName
{
background-color: #F18C29;
}
.BgClassName
{
background-color: #F18C29;
}
</style>
border-color css
<style>
span { border-color: #F18C29; }
span { border-color: rgb(241,140,41); }
td.TdClassName
{
border-color: #F18C29;
}
.TagClassName
{
border-color: #F18C29;
}
</style>