Shades of Carrot Orange #F0A321
Tints of Carrot Orange #F0A321
RGB
CMYK
RGB Variations
Color information
#F0A321 (or 0xF0A321) is known color: Carrot Orange. HEX triplet: F0, A3 and 21. RGB value is (240,163,33). Sum of RGB (Red+Green+Blue) = 240+163+33=436 (57% of max value = 765). Red value is 240 (94.14% from 255 or 55.05% from 436); Green value is 163 (64.06% from 255 or 37.39% from 436); Blue value is 33 (13.28% from 255 or 7.57% from 436); Max value from RGB is 240 - color contains mainly: red. Hex color #F0A321 is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #F0A321 is #0F5CDE. Grayscale: #ABABAB. Windows color (decimal): -1006815 or 2204656. OLE color: 2204656.
HSL color Cylindrical-coordinate representation of color #F0A321: hue angle of 37.68º 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 #F0A321 is Cyan = 0, Magento = 0.32, Yellow = 0.86 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 163 | 33 | - |
| CMYK | 0 | 0.32 | 0.86 | 0.06 |
| HSL | 37.68º | 0.87% | 0.54% | - |
| HSV(B) | 37.68º | 0.86% | 0.94% | - |
| XYZ | 49.31 | 44.83 | 7.49 | - |
| YUV | 171.2 | 50.01 | 177.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 163 | 33 | 0 | 0.32 | 0.86 | 0.06 | 37.68 | 0.87 | 0.54 |
| Hex | F0 | A3 | 21 | 0 | 20 | 56 | 6 | 26 | 57 | 36 |
| Octal | 360 | 243 | 41 | 0 | 40 | 126 | 6 | 46 | 127 | 66 |
| Binary | 11110000 | 10100011 | 100001 | 0 | 100000 | 1010110 | 110 | 100110 | 1010111 | 110110 |
Color Harmonies of #F0A321
Complementary color
Monochromatic Colors of #F0A321
Black with #F0A321
Text Example
Text Example
White with #F0A321
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F0A321; }
p { color: rgb(240,163,33); }
H1.HeaderClassName
{
color: #F0A321;
}
.AnyTagClassName
{
color: #F0A321;
}
</style>
background-color css
<style>
a { background-color: #F0A321; }
a { background-color: rgb(240,163,33); }
div.DivClassName
{
background-color: #F0A321;
}
.BgClassName
{
background-color: #F0A321;
}
</style>
border-color css
<style>
span { border-color: #F0A321; }
span { border-color: rgb(240,163,33); }
td.TdClassName
{
border-color: #F0A321;
}
.TagClassName
{
border-color: #F0A321;
}
</style>