Shades of Carrot Orange #F38D16
Tints of Carrot Orange #F38D16
RGB
CMYK
RGB Variations
Color information
#F38D16 (or 0xF38D16) is known color: Carrot Orange. HEX triplet: F3, 8D and 16. RGB value is (243,141,22). Sum of RGB (Red+Green+Blue) = 243+141+22=406 (53% of max value = 765). Red value is 243 (95.31% from 255 or 59.85% from 406); Green value is 141 (55.47% from 255 or 34.73% from 406); Blue value is 22 (8.98% from 255 or 5.42% from 406); Max value from RGB is 243 - color contains mainly: red. Hex color #F38D16 is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #F38D16 is #0C72E9. Grayscale: #9E9E9E. Windows color (decimal): -815850 or 1478131. OLE color: 1478131.
HSL color Cylindrical-coordinate representation of color #F38D16: hue angle of 32.31º degrees, saturation: 0.9, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #F38D16 is Cyan = 0, Magento = 0.42, Yellow = 0.91 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 243 | 141 | 22 | - |
| CMYK | 0 | 0.42 | 0.91 | 0.05 |
| HSL | 32.31º | 0.9% | 0.52% | - |
| HSV(B) | 32.31º | 0.91% | 0.95% | - |
| XYZ | 46.63 | 38.16 | 5.67 | - |
| YUV | 157.93 | 51.29 | 188.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 243 | 141 | 22 | 0 | 0.42 | 0.91 | 0.05 | 32.31 | 0.9 | 0.52 |
| Hex | F3 | 8D | 16 | 0 | 2A | 5B | 5 | 20 | 5A | 34 |
| Octal | 363 | 215 | 26 | 0 | 52 | 133 | 5 | 40 | 132 | 64 |
| Binary | 11110011 | 10001101 | 10110 | 0 | 101010 | 1011011 | 101 | 100000 | 1011010 | 110100 |
Color Harmonies of #F38D16
Complementary color
Monochromatic Colors of #F38D16
Black with #F38D16
Text Example
Text Example
White with #F38D16
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F38D16; }
p { color: rgb(243,141,22); }
H1.HeaderClassName
{
color: #F38D16;
}
.AnyTagClassName
{
color: #F38D16;
}
</style>
background-color css
<style>
a { background-color: #F38D16; }
a { background-color: rgb(243,141,22); }
div.DivClassName
{
background-color: #F38D16;
}
.BgClassName
{
background-color: #F38D16;
}
</style>
border-color css
<style>
span { border-color: #F38D16; }
span { border-color: rgb(243,141,22); }
td.TdClassName
{
border-color: #F38D16;
}
.TagClassName
{
border-color: #F38D16;
}
</style>