Shades of Carrot Orange #F38D11
Tints of Carrot Orange #F38D11
RGB
CMYK
RGB Variations
Color information
#F38D11 (or 0xF38D11) is known color: Carrot Orange. HEX triplet: F3, 8D and 11. RGB value is (243,141,17). Sum of RGB (Red+Green+Blue) = 243+141+17=401 (53% of max value = 765). Red value is 243 (95.31% from 255 or 60.60% from 401); Green value is 141 (55.47% from 255 or 35.16% from 401); Blue value is 17 (7.03% from 255 or 4.24% from 401); Max value from RGB is 243 - color contains mainly: red. Hex color #F38D11 is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #F38D11 is #0C72EE. Grayscale: #9D9D9D. Windows color (decimal): -815855 or 1150451. OLE color: 1150451.
HSL color Cylindrical-coordinate representation of color #F38D11: hue angle of 32.92º degrees, saturation: 0.9, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #F38D11 is Cyan = 0, Magento = 0.42, Yellow = 0.93 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 243 | 141 | 17 | - |
| CMYK | 0 | 0.42 | 0.93 | 0.05 |
| HSL | 32.92º | 0.9% | 0.51% | - |
| HSV(B) | 32.92º | 0.93% | 0.95% | - |
| XYZ | 46.59 | 38.14 | 5.44 | - |
| YUV | 157.36 | 48.79 | 189.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 243 | 141 | 17 | 0 | 0.42 | 0.93 | 0.05 | 32.92 | 0.9 | 0.51 |
| Hex | F3 | 8D | 11 | 0 | 2A | 5D | 5 | 21 | 5A | 33 |
| Octal | 363 | 215 | 21 | 0 | 52 | 135 | 5 | 41 | 132 | 63 |
| Binary | 11110011 | 10001101 | 10001 | 0 | 101010 | 1011101 | 101 | 100001 | 1011010 | 110011 |
Color Harmonies of #F38D11
Complementary color
Monochromatic Colors of #F38D11
Black with #F38D11
Text Example
Text Example
White with #F38D11
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F38D11; }
p { color: rgb(243,141,17); }
H1.HeaderClassName
{
color: #F38D11;
}
.AnyTagClassName
{
color: #F38D11;
}
</style>
background-color css
<style>
a { background-color: #F38D11; }
a { background-color: rgb(243,141,17); }
div.DivClassName
{
background-color: #F38D11;
}
.BgClassName
{
background-color: #F38D11;
}
</style>
border-color css
<style>
span { border-color: #F38D11; }
span { border-color: rgb(243,141,17); }
td.TdClassName
{
border-color: #F38D11;
}
.TagClassName
{
border-color: #F38D11;
}
</style>