Shades of Carrot Orange #F19119
Tints of Carrot Orange #F19119
RGB
CMYK
RGB Variations
Color information
#F19119 (or 0xF19119) is known color: Carrot Orange. HEX triplet: F1, 91 and 19. RGB value is (241,145,25). Sum of RGB (Red+Green+Blue) = 241+145+25=411 (54% of max value = 765). Red value is 241 (94.53% from 255 or 58.64% from 411); Green value is 145 (57.03% from 255 or 35.28% from 411); Blue value is 25 (10.16% from 255 or 6.08% from 411); Max value from RGB is 241 - color contains mainly: red. Hex color #F19119 is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #F19119 is #0E6EE6. Grayscale: #A0A0A0. Windows color (decimal): -945895 or 1675761. OLE color: 1675761.
HSL color Cylindrical-coordinate representation of color #F19119: hue angle of 33.33º 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 #F19119 is Cyan = 0, Magento = 0.40, Yellow = 0.90 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 241 | 145 | 25 | - |
| CMYK | 0 | 0.40 | 0.90 | 0.05 |
| HSL | 33.33º | 0.89% | 0.52% | - |
| HSV(B) | 33.33º | 0.9% | 0.95% | - |
| XYZ | 46.58 | 39.02 | 6 | - |
| YUV | 160.02 | 51.8 | 185.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 241 | 145 | 25 | 0 | 0.40 | 0.90 | 0.05 | 33.33 | 0.89 | 0.52 |
| Hex | F1 | 91 | 19 | 0 | 28 | 5A | 5 | 21 | 59 | 34 |
| Octal | 361 | 221 | 31 | 0 | 50 | 132 | 5 | 41 | 131 | 64 |
| Binary | 11110001 | 10010001 | 11001 | 0 | 101000 | 1011010 | 101 | 100001 | 1011001 | 110100 |
Color Harmonies of #F19119
Complementary color
Monochromatic Colors of #F19119
Black with #F19119
Text Example
Text Example
White with #F19119
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F19119; }
p { color: rgb(241,145,25); }
H1.HeaderClassName
{
color: #F19119;
}
.AnyTagClassName
{
color: #F19119;
}
</style>
background-color css
<style>
a { background-color: #F19119; }
a { background-color: rgb(241,145,25); }
div.DivClassName
{
background-color: #F19119;
}
.BgClassName
{
background-color: #F19119;
}
</style>
border-color css
<style>
span { border-color: #F19119; }
span { border-color: rgb(241,145,25); }
td.TdClassName
{
border-color: #F19119;
}
.TagClassName
{
border-color: #F19119;
}
</style>