Shades of Carrot Orange #F19429
Tints of Carrot Orange #F19429
RGB
CMYK
RGB Variations
Color information
#F19429 (or 0xF19429) is known color: Carrot Orange. HEX triplet: F1, 94 and 29. RGB value is (241,148,41). Sum of RGB (Red+Green+Blue) = 241+148+41=430 (56% of max value = 765). Red value is 241 (94.53% from 255 or 56.05% from 430); Green value is 148 (58.20% from 255 or 34.42% from 430); Blue value is 41 (16.41% from 255 or 9.53% from 430); Max value from RGB is 241 - color contains mainly: red. Hex color #F19429 is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #F19429 is #0E6BD6. Grayscale: #A4A4A4. Windows color (decimal): -945111 or 2725105. OLE color: 2725105.
HSL color Cylindrical-coordinate representation of color #F19429: hue angle of 32.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 #F19429 is Cyan = 0, Magento = 0.39, Yellow = 0.83 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 241 | 148 | 41 | - |
| CMYK | 0 | 0.39 | 0.83 | 0.05 |
| HSL | 32.1º | 0.88% | 0.55% | - |
| HSV(B) | 32.1º | 0.83% | 0.95% | - |
| XYZ | 47.27 | 40.04 | 7.34 | - |
| YUV | 163.61 | 58.81 | 183.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 241 | 148 | 41 | 0 | 0.39 | 0.83 | 0.05 | 32.1 | 0.88 | 0.55 |
| Hex | F1 | 94 | 29 | 0 | 27 | 53 | 5 | 20 | 58 | 37 |
| Octal | 361 | 224 | 51 | 0 | 47 | 123 | 5 | 40 | 130 | 67 |
| Binary | 11110001 | 10010100 | 101001 | 0 | 100111 | 1010011 | 101 | 100000 | 1011000 | 110111 |
Color Harmonies of #F19429
Complementary color
Monochromatic Colors of #F19429
Black with #F19429
Text Example
Text Example
White with #F19429
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F19429; }
p { color: rgb(241,148,41); }
H1.HeaderClassName
{
color: #F19429;
}
.AnyTagClassName
{
color: #F19429;
}
</style>
background-color css
<style>
a { background-color: #F19429; }
a { background-color: rgb(241,148,41); }
div.DivClassName
{
background-color: #F19429;
}
.BgClassName
{
background-color: #F19429;
}
</style>
border-color css
<style>
span { border-color: #F19429; }
span { border-color: rgb(241,148,41); }
td.TdClassName
{
border-color: #F19429;
}
.TagClassName
{
border-color: #F19429;
}
</style>