Shades of Carrot Orange #F09121
Tints of Carrot Orange #F09121
RGB
CMYK
RGB Variations
Color information
#F09121 (or 0xF09121) is known color: Carrot Orange. HEX triplet: F0, 91 and 21. RGB value is (240,145,33). Sum of RGB (Red+Green+Blue) = 240+145+33=418 (55% of max value = 765). Red value is 240 (94.14% from 255 or 57.42% from 418); Green value is 145 (57.03% from 255 or 34.69% from 418); Blue value is 33 (13.28% from 255 or 7.89% from 418); Max value from RGB is 240 - color contains mainly: red. Hex color #F09121 is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #F09121 is #0F6EDE. Grayscale: #A1A1A1. Windows color (decimal): -1011423 or 2200048. OLE color: 2200048.
HSL color Cylindrical-coordinate representation of color #F09121: hue angle of 32.46º degrees, saturation: 0.87, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #F09121 is Cyan = 0, Magento = 0.40, Yellow = 0.86 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 145 | 33 | - |
| CMYK | 0 | 0.40 | 0.86 | 0.06 |
| HSL | 32.46º | 0.87% | 0.54% | - |
| HSV(B) | 32.46º | 0.86% | 0.94% | - |
| XYZ | 46.34 | 38.89 | 6.5 | - |
| YUV | 160.64 | 55.97 | 184.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 145 | 33 | 0 | 0.40 | 0.86 | 0.06 | 32.46 | 0.87 | 0.54 |
| Hex | F0 | 91 | 21 | 0 | 28 | 56 | 6 | 20 | 57 | 36 |
| Octal | 360 | 221 | 41 | 0 | 50 | 126 | 6 | 40 | 127 | 66 |
| Binary | 11110000 | 10010001 | 100001 | 0 | 101000 | 1010110 | 110 | 100000 | 1010111 | 110110 |
Color Harmonies of #F09121
Complementary color
Monochromatic Colors of #F09121
Black with #F09121
Text Example
Text Example
White with #F09121
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F09121; }
p { color: rgb(240,145,33); }
H1.HeaderClassName
{
color: #F09121;
}
.AnyTagClassName
{
color: #F09121;
}
</style>
background-color css
<style>
a { background-color: #F09121; }
a { background-color: rgb(240,145,33); }
div.DivClassName
{
background-color: #F09121;
}
.BgClassName
{
background-color: #F09121;
}
</style>
border-color css
<style>
span { border-color: #F09121; }
span { border-color: rgb(240,145,33); }
td.TdClassName
{
border-color: #F09121;
}
.TagClassName
{
border-color: #F09121;
}
</style>