Shades of Carrot Orange #F38D1E
Tints of Carrot Orange #F38D1E
RGB
CMYK
RGB Variations
Color information
#F38D1E (or 0xF38D1E) is known color: Carrot Orange. HEX triplet: F3, 8D and 1E. RGB value is (243,141,30). Sum of RGB (Red+Green+Blue) = 243+141+30=414 (54% of max value = 765). Red value is 243 (95.31% from 255 or 58.70% from 414); Green value is 141 (55.47% from 255 or 34.06% from 414); Blue value is 30 (12.11% from 255 or 7.25% from 414); Max value from RGB is 243 - color contains mainly: red. Hex color #F38D1E is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #F38D1E is #0C72E1. Grayscale: #9F9F9F. Windows color (decimal): -815842 or 2002419. OLE color: 2002419.
HSL color Cylindrical-coordinate representation of color #F38D1E: hue angle of 31.27º 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 #F38D1E is Cyan = 0, Magento = 0.42, Yellow = 0.88 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 243 | 141 | 30 | - |
| CMYK | 0 | 0.42 | 0.88 | 0.05 |
| HSL | 31.27º | 0.9% | 0.54% | - |
| HSV(B) | 31.27º | 0.88% | 0.95% | - |
| XYZ | 46.72 | 38.2 | 6.14 | - |
| YUV | 158.84 | 55.29 | 188.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 243 | 141 | 30 | 0 | 0.42 | 0.88 | 0.05 | 31.27 | 0.9 | 0.54 |
| Hex | F3 | 8D | 1E | 0 | 2A | 58 | 5 | 1F | 5A | 36 |
| Octal | 363 | 215 | 36 | 0 | 52 | 130 | 5 | 37 | 132 | 66 |
| Binary | 11110011 | 10001101 | 11110 | 0 | 101010 | 1011000 | 101 | 11111 | 1011010 | 110110 |
Color Harmonies of #F38D1E
Complementary color
Monochromatic Colors of #F38D1E
Black with #F38D1E
Text Example
Text Example
White with #F38D1E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F38D1E; }
p { color: rgb(243,141,30); }
H1.HeaderClassName
{
color: #F38D1E;
}
.AnyTagClassName
{
color: #F38D1E;
}
</style>
background-color css
<style>
a { background-color: #F38D1E; }
a { background-color: rgb(243,141,30); }
div.DivClassName
{
background-color: #F38D1E;
}
.BgClassName
{
background-color: #F38D1E;
}
</style>
border-color css
<style>
span { border-color: #F38D1E; }
span { border-color: rgb(243,141,30); }
td.TdClassName
{
border-color: #F38D1E;
}
.TagClassName
{
border-color: #F38D1E;
}
</style>