Shades of Carrot Orange #F38D1A
Tints of Carrot Orange #F38D1A
RGB
CMYK
RGB Variations
Color information
#F38D1A (or 0xF38D1A) is known color: Carrot Orange. HEX triplet: F3, 8D and 1A. RGB value is (243,141,26). Sum of RGB (Red+Green+Blue) = 243+141+26=410 (54% of max value = 765). Red value is 243 (95.31% from 255 or 59.27% from 410); Green value is 141 (55.47% from 255 or 34.39% from 410); Blue value is 26 (10.55% from 255 or 6.34% from 410); Max value from RGB is 243 - color contains mainly: red. Hex color #F38D1A is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #F38D1A is #0C72E5. Grayscale: #9E9E9E. Windows color (decimal): -815846 or 1740275. OLE color: 1740275.
HSL color Cylindrical-coordinate representation of color #F38D1A: hue angle of 31.8º degrees, saturation: 0.9, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #F38D1A is Cyan = 0, Magento = 0.42, Yellow = 0.89 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 243 | 141 | 26 | - |
| CMYK | 0 | 0.42 | 0.89 | 0.05 |
| HSL | 31.8º | 0.9% | 0.53% | - |
| HSV(B) | 31.8º | 0.89% | 0.95% | - |
| XYZ | 46.67 | 38.18 | 5.89 | - |
| YUV | 158.39 | 53.29 | 188.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 243 | 141 | 26 | 0 | 0.42 | 0.89 | 0.05 | 31.8 | 0.9 | 0.53 |
| Hex | F3 | 8D | 1A | 0 | 2A | 59 | 5 | 20 | 5A | 35 |
| Octal | 363 | 215 | 32 | 0 | 52 | 131 | 5 | 40 | 132 | 65 |
| Binary | 11110011 | 10001101 | 11010 | 0 | 101010 | 1011001 | 101 | 100000 | 1011010 | 110101 |
Color Harmonies of #F38D1A
Complementary color
Monochromatic Colors of #F38D1A
Black with #F38D1A
Text Example
Text Example
White with #F38D1A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F38D1A; }
p { color: rgb(243,141,26); }
H1.HeaderClassName
{
color: #F38D1A;
}
.AnyTagClassName
{
color: #F38D1A;
}
</style>
background-color css
<style>
a { background-color: #F38D1A; }
a { background-color: rgb(243,141,26); }
div.DivClassName
{
background-color: #F38D1A;
}
.BgClassName
{
background-color: #F38D1A;
}
</style>
border-color css
<style>
span { border-color: #F38D1A; }
span { border-color: rgb(243,141,26); }
td.TdClassName
{
border-color: #F38D1A;
}
.TagClassName
{
border-color: #F38D1A;
}
</style>