Shades of Carrot Orange #F1901A
Tints of Carrot Orange #F1901A
RGB
CMYK
RGB Variations
Color information
#F1901A (or 0xF1901A) is known color: Carrot Orange. HEX triplet: F1, 90 and 1A. RGB value is (241,144,26). Sum of RGB (Red+Green+Blue) = 241+144+26=411 (54% of max value = 765). Red value is 241 (94.53% from 255 or 58.64% from 411); Green value is 144 (56.64% from 255 or 35.04% from 411); Blue value is 26 (10.55% from 255 or 6.33% from 411); Max value from RGB is 241 - color contains mainly: red. Hex color #F1901A is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #F1901A is #0E6FE5. Grayscale: #A0A0A0. Windows color (decimal): -946150 or 1741041. OLE color: 1741041.
HSL color Cylindrical-coordinate representation of color #F1901A: hue angle of 32.93º degrees, saturation: 0.88, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #F1901A is Cyan = 0, Magento = 0.40, Yellow = 0.89 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 241 | 144 | 26 | - |
| CMYK | 0 | 0.40 | 0.89 | 0.05 |
| HSL | 32.93º | 0.88% | 0.52% | - |
| HSV(B) | 32.93º | 0.89% | 0.95% | - |
| XYZ | 46.44 | 38.72 | 6 | - |
| YUV | 159.55 | 52.64 | 186.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 241 | 144 | 26 | 0 | 0.40 | 0.89 | 0.05 | 32.93 | 0.88 | 0.52 |
| Hex | F1 | 90 | 1A | 0 | 28 | 59 | 5 | 21 | 58 | 34 |
| Octal | 361 | 220 | 32 | 0 | 50 | 131 | 5 | 41 | 130 | 64 |
| Binary | 11110001 | 10010000 | 11010 | 0 | 101000 | 1011001 | 101 | 100001 | 1011000 | 110100 |
Color Harmonies of #F1901A
Complementary color
Monochromatic Colors of #F1901A
Black with #F1901A
Text Example
Text Example
White with #F1901A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F1901A; }
p { color: rgb(241,144,26); }
H1.HeaderClassName
{
color: #F1901A;
}
.AnyTagClassName
{
color: #F1901A;
}
</style>
background-color css
<style>
a { background-color: #F1901A; }
a { background-color: rgb(241,144,26); }
div.DivClassName
{
background-color: #F1901A;
}
.BgClassName
{
background-color: #F1901A;
}
</style>
border-color css
<style>
span { border-color: #F1901A; }
span { border-color: rgb(241,144,26); }
td.TdClassName
{
border-color: #F1901A;
}
.TagClassName
{
border-color: #F1901A;
}
</style>