Shades of Carrot Orange #F1A021
Tints of Carrot Orange #F1A021
RGB
CMYK
RGB Variations
Color information
#F1A021 (or 0xF1A021) is known color: Carrot Orange. HEX triplet: F1, A0 and 21. RGB value is (241,160,33). Sum of RGB (Red+Green+Blue) = 241+160+33=434 (57% of max value = 765). Red value is 241 (94.53% from 255 or 55.53% from 434); Green value is 160 (62.89% from 255 or 36.87% from 434); Blue value is 33 (13.28% from 255 or 7.60% from 434); Max value from RGB is 241 - color contains mainly: red. Hex color #F1A021 is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #F1A021 is #0E5FDE. Grayscale: #AAAAAA. Windows color (decimal): -942047 or 2203889. OLE color: 2203889.
HSL color Cylindrical-coordinate representation of color #F1A021: hue angle of 36.63º degrees, saturation: 0.88, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #F1A021 is Cyan = 0, Magento = 0.34, Yellow = 0.86 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 241 | 160 | 33 | - |
| CMYK | 0 | 0.34 | 0.86 | 0.05 |
| HSL | 36.63º | 0.88% | 0.54% | - |
| HSV(B) | 36.63º | 0.86% | 0.95% | - |
| XYZ | 49.12 | 43.95 | 7.33 | - |
| YUV | 169.74 | 50.84 | 178.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 241 | 160 | 33 | 0 | 0.34 | 0.86 | 0.05 | 36.63 | 0.88 | 0.54 |
| Hex | F1 | A0 | 21 | 0 | 22 | 56 | 5 | 25 | 58 | 36 |
| Octal | 361 | 240 | 41 | 0 | 42 | 126 | 5 | 45 | 130 | 66 |
| Binary | 11110001 | 10100000 | 100001 | 0 | 100010 | 1010110 | 101 | 100101 | 1011000 | 110110 |
Color Harmonies of #F1A021
Complementary color
Monochromatic Colors of #F1A021
Black with #F1A021
Text Example
Text Example
White with #F1A021
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F1A021; }
p { color: rgb(241,160,33); }
H1.HeaderClassName
{
color: #F1A021;
}
.AnyTagClassName
{
color: #F1A021;
}
</style>
background-color css
<style>
a { background-color: #F1A021; }
a { background-color: rgb(241,160,33); }
div.DivClassName
{
background-color: #F1A021;
}
.BgClassName
{
background-color: #F1A021;
}
</style>
border-color css
<style>
span { border-color: #F1A021; }
span { border-color: rgb(241,160,33); }
td.TdClassName
{
border-color: #F1A021;
}
.TagClassName
{
border-color: #F1A021;
}
</style>