Shades of Carrot Orange #F18A29
Tints of Carrot Orange #F18A29
RGB
CMYK
RGB Variations
Color information
#F18A29 (or 0xF18A29) is known color: Carrot Orange. HEX triplet: F1, 8A and 29. RGB value is (241,138,41). Sum of RGB (Red+Green+Blue) = 241+138+41=420 (55% of max value = 765). Red value is 241 (94.53% from 255 or 57.38% from 420); Green value is 138 (54.30% from 255 or 32.86% from 420); Blue value is 41 (16.41% from 255 or 9.76% from 420); Max value from RGB is 241 - color contains mainly: red. Hex color #F18A29 is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #F18A29 is #0E75D6. Grayscale: #9E9E9E. Windows color (decimal): -947671 or 2722545. OLE color: 2722545.
HSL color Cylindrical-coordinate representation of color #F18A29: hue angle of 29.1º 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 #F18A29 is Cyan = 0, Magento = 0.43, Yellow = 0.83 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 241 | 138 | 41 | - |
| CMYK | 0 | 0.43 | 0.83 | 0.05 |
| HSL | 29.1º | 0.88% | 0.55% | - |
| HSV(B) | 29.1º | 0.83% | 0.95% | - |
| XYZ | 45.76 | 37.04 | 6.83 | - |
| YUV | 157.74 | 62.12 | 187.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 241 | 138 | 41 | 0 | 0.43 | 0.83 | 0.05 | 29.1 | 0.88 | 0.55 |
| Hex | F1 | 8A | 29 | 0 | 2B | 53 | 5 | 1D | 58 | 37 |
| Octal | 361 | 212 | 51 | 0 | 53 | 123 | 5 | 35 | 130 | 67 |
| Binary | 11110001 | 10001010 | 101001 | 0 | 101011 | 1010011 | 101 | 11101 | 1011000 | 110111 |
Color Harmonies of #F18A29
Complementary color
Monochromatic Colors of #F18A29
Black with #F18A29
Text Example
Text Example
White with #F18A29
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F18A29; }
p { color: rgb(241,138,41); }
H1.HeaderClassName
{
color: #F18A29;
}
.AnyTagClassName
{
color: #F18A29;
}
</style>
background-color css
<style>
a { background-color: #F18A29; }
a { background-color: rgb(241,138,41); }
div.DivClassName
{
background-color: #F18A29;
}
.BgClassName
{
background-color: #F18A29;
}
</style>
border-color css
<style>
span { border-color: #F18A29; }
span { border-color: rgb(241,138,41); }
td.TdClassName
{
border-color: #F18A29;
}
.TagClassName
{
border-color: #F18A29;
}
</style>