Shades of Carrot Orange #F19124
Tints of Carrot Orange #F19124
RGB
CMYK
RGB Variations
Color information
#F19124 (or 0xF19124) is known color: Carrot Orange. HEX triplet: F1, 91 and 24. RGB value is (241,145,36). Sum of RGB (Red+Green+Blue) = 241+145+36=422 (55% of max value = 765). Red value is 241 (94.53% from 255 or 57.11% from 422); Green value is 145 (57.03% from 255 or 34.36% from 422); Blue value is 36 (14.45% from 255 or 8.53% from 422); Max value from RGB is 241 - color contains mainly: red. Hex color #F19124 is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #F19124 is #0E6EDB. Grayscale: #A1A1A1. Windows color (decimal): -945884 or 2396657. OLE color: 2396657.
HSL color Cylindrical-coordinate representation of color #F19124: hue angle of 31.9º degrees, saturation: 0.88, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #F19124 is Cyan = 0, Magento = 0.40, Yellow = 0.85 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 241 | 145 | 36 | - |
| CMYK | 0 | 0.40 | 0.85 | 0.05 |
| HSL | 31.9º | 0.88% | 0.54% | - |
| HSV(B) | 31.9º | 0.85% | 0.95% | - |
| XYZ | 46.72 | 39.08 | 6.75 | - |
| YUV | 161.28 | 57.3 | 184.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 241 | 145 | 36 | 0 | 0.40 | 0.85 | 0.05 | 31.9 | 0.88 | 0.54 |
| Hex | F1 | 91 | 24 | 0 | 28 | 55 | 5 | 20 | 58 | 36 |
| Octal | 361 | 221 | 44 | 0 | 50 | 125 | 5 | 40 | 130 | 66 |
| Binary | 11110001 | 10010001 | 100100 | 0 | 101000 | 1010101 | 101 | 100000 | 1011000 | 110110 |
Color Harmonies of #F19124
Complementary color
Monochromatic Colors of #F19124
Black with #F19124
Text Example
Text Example
White with #F19124
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F19124; }
p { color: rgb(241,145,36); }
H1.HeaderClassName
{
color: #F19124;
}
.AnyTagClassName
{
color: #F19124;
}
</style>
background-color css
<style>
a { background-color: #F19124; }
a { background-color: rgb(241,145,36); }
div.DivClassName
{
background-color: #F19124;
}
.BgClassName
{
background-color: #F19124;
}
</style>
border-color css
<style>
span { border-color: #F19124; }
span { border-color: rgb(241,145,36); }
td.TdClassName
{
border-color: #F19124;
}
.TagClassName
{
border-color: #F19124;
}
</style>