Shades of Carrot Orange #F09321
Tints of Carrot Orange #F09321
RGB
CMYK
RGB Variations
Color information
#F09321 (or 0xF09321) is known color: Carrot Orange. HEX triplet: F0, 93 and 21. RGB value is (240,147,33). Sum of RGB (Red+Green+Blue) = 240+147+33=420 (55% of max value = 765). Red value is 240 (94.14% from 255 or 57.14% from 420); Green value is 147 (57.81% from 255 or 35% from 420); Blue value is 33 (13.28% from 255 or 7.86% from 420); Max value from RGB is 240 - color contains mainly: red. Hex color #F09321 is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #F09321 is #0F6CDE. Grayscale: #A2A2A2. Windows color (decimal): -1010911 or 2200560. OLE color: 2200560.
HSL color Cylindrical-coordinate representation of color #F09321: hue angle of 33.04º 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 #F09321 is Cyan = 0, Magento = 0.39, Yellow = 0.86 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 147 | 33 | - |
| CMYK | 0 | 0.39 | 0.86 | 0.06 |
| HSL | 33.04º | 0.87% | 0.54% | - |
| HSV(B) | 33.04º | 0.86% | 0.94% | - |
| XYZ | 46.64 | 39.5 | 6.61 | - |
| YUV | 161.81 | 55.31 | 183.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 147 | 33 | 0 | 0.39 | 0.86 | 0.06 | 33.04 | 0.87 | 0.54 |
| Hex | F0 | 93 | 21 | 0 | 27 | 56 | 6 | 21 | 57 | 36 |
| Octal | 360 | 223 | 41 | 0 | 47 | 126 | 6 | 41 | 127 | 66 |
| Binary | 11110000 | 10010011 | 100001 | 0 | 100111 | 1010110 | 110 | 100001 | 1010111 | 110110 |
Color Harmonies of #F09321
Complementary color
Monochromatic Colors of #F09321
Black with #F09321
Text Example
Text Example
White with #F09321
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F09321; }
p { color: rgb(240,147,33); }
H1.HeaderClassName
{
color: #F09321;
}
.AnyTagClassName
{
color: #F09321;
}
</style>
background-color css
<style>
a { background-color: #F09321; }
a { background-color: rgb(240,147,33); }
div.DivClassName
{
background-color: #F09321;
}
.BgClassName
{
background-color: #F09321;
}
</style>
border-color css
<style>
span { border-color: #F09321; }
span { border-color: rgb(240,147,33); }
td.TdClassName
{
border-color: #F09321;
}
.TagClassName
{
border-color: #F09321;
}
</style>