Shades of Carrot Orange #F3A11E
Tints of Carrot Orange #F3A11E
RGB
CMYK
RGB Variations
Color information
#F3A11E (or 0xF3A11E) is known color: Carrot Orange. HEX triplet: F3, A1 and 1E. RGB value is (243,161,30). Sum of RGB (Red+Green+Blue) = 243+161+30=434 (57% of max value = 765). Red value is 243 (95.31% from 255 or 55.99% from 434); Green value is 161 (63.28% from 255 or 37.10% from 434); Blue value is 30 (12.11% from 255 or 6.91% from 434); Max value from RGB is 243 - color contains mainly: red. Hex color #F3A11E is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #F3A11E is #0C5EE1. Grayscale: #ABABAB. Windows color (decimal): -810722 or 2007539. OLE color: 2007539.
HSL color Cylindrical-coordinate representation of color #F3A11E: hue angle of 36.9º degrees, saturation: 0.9, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #F3A11E is Cyan = 0, Magento = 0.34, Yellow = 0.88 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 243 | 161 | 30 | - |
| CMYK | 0 | 0.34 | 0.88 | 0.05 |
| HSL | 36.9º | 0.9% | 0.54% | - |
| HSV(B) | 36.9º | 0.88% | 0.95% | - |
| XYZ | 49.94 | 44.64 | 7.21 | - |
| YUV | 170.58 | 48.67 | 179.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 243 | 161 | 30 | 0 | 0.34 | 0.88 | 0.05 | 36.9 | 0.9 | 0.54 |
| Hex | F3 | A1 | 1E | 0 | 22 | 58 | 5 | 25 | 5A | 36 |
| Octal | 363 | 241 | 36 | 0 | 42 | 130 | 5 | 45 | 132 | 66 |
| Binary | 11110011 | 10100001 | 11110 | 0 | 100010 | 1011000 | 101 | 100101 | 1011010 | 110110 |
Color Harmonies of #F3A11E
Complementary color
Monochromatic Colors of #F3A11E
Black with #F3A11E
Text Example
Text Example
White with #F3A11E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F3A11E; }
p { color: rgb(243,161,30); }
H1.HeaderClassName
{
color: #F3A11E;
}
.AnyTagClassName
{
color: #F3A11E;
}
</style>
background-color css
<style>
a { background-color: #F3A11E; }
a { background-color: rgb(243,161,30); }
div.DivClassName
{
background-color: #F3A11E;
}
.BgClassName
{
background-color: #F3A11E;
}
</style>
border-color css
<style>
span { border-color: #F3A11E; }
span { border-color: rgb(243,161,30); }
td.TdClassName
{
border-color: #F3A11E;
}
.TagClassName
{
border-color: #F3A11E;
}
</style>