Shades of Carrot Orange #F0A11D
Tints of Carrot Orange #F0A11D
RGB
CMYK
RGB Variations
Color information
#F0A11D (or 0xF0A11D) is known color: Carrot Orange. HEX triplet: F0, A1 and 1D. RGB value is (240,161,29). Sum of RGB (Red+Green+Blue) = 240+161+29=430 (56% of max value = 765). Red value is 240 (94.14% from 255 or 55.81% from 430); Green value is 161 (63.28% from 255 or 37.44% from 430); Blue value is 29 (11.72% from 255 or 6.74% from 430); Max value from RGB is 240 - color contains mainly: red. Hex color #F0A11D is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #F0A11D is #0F5EE2. Grayscale: #AAAAAA. Windows color (decimal): -1007331 or 1942000. OLE color: 1942000.
HSL color Cylindrical-coordinate representation of color #F0A11D: hue angle of 37.54º degrees, saturation: 0.88, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #F0A11D is Cyan = 0, Magento = 0.33, Yellow = 0.88 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 240 | 161 | 29 | - |
| CMYK | 0 | 0.33 | 0.88 | 0.06 |
| HSL | 37.54º | 0.88% | 0.53% | - |
| HSV(B) | 37.54º | 0.88% | 0.94% | - |
| XYZ | 48.9 | 44.1 | 7.1 | - |
| YUV | 169.57 | 48.67 | 178.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 240 | 161 | 29 | 0 | 0.33 | 0.88 | 0.06 | 37.54 | 0.88 | 0.53 |
| Hex | F0 | A1 | 1D | 0 | 21 | 58 | 6 | 26 | 58 | 35 |
| Octal | 360 | 241 | 35 | 0 | 41 | 130 | 6 | 46 | 130 | 65 |
| Binary | 11110000 | 10100001 | 11101 | 0 | 100001 | 1011000 | 110 | 100110 | 1011000 | 110101 |
Color Harmonies of #F0A11D
Complementary color
Monochromatic Colors of #F0A11D
Black with #F0A11D
Text Example
Text Example
White with #F0A11D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F0A11D; }
p { color: rgb(240,161,29); }
H1.HeaderClassName
{
color: #F0A11D;
}
.AnyTagClassName
{
color: #F0A11D;
}
</style>
background-color css
<style>
a { background-color: #F0A11D; }
a { background-color: rgb(240,161,29); }
div.DivClassName
{
background-color: #F0A11D;
}
.BgClassName
{
background-color: #F0A11D;
}
</style>
border-color css
<style>
span { border-color: #F0A11D; }
span { border-color: rgb(240,161,29); }
td.TdClassName
{
border-color: #F0A11D;
}
.TagClassName
{
border-color: #F0A11D;
}
</style>