Shades of Carrot Orange #F38D1C
Tints of Carrot Orange #F38D1C
RGB
CMYK
RGB Variations
Color information
#F38D1C (or 0xF38D1C) is known color: Carrot Orange. HEX triplet: F3, 8D and 1C. RGB value is (243,141,28). Sum of RGB (Red+Green+Blue) = 243+141+28=412 (54% of max value = 765). Red value is 243 (95.31% from 255 or 58.98% from 412); Green value is 141 (55.47% from 255 or 34.22% from 412); Blue value is 28 (11.33% from 255 or 6.80% from 412); Max value from RGB is 243 - color contains mainly: red. Hex color #F38D1C is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #F38D1C is #0C72E3. Grayscale: #9F9F9F. Windows color (decimal): -815844 or 1871347. OLE color: 1871347.
HSL color Cylindrical-coordinate representation of color #F38D1C: hue angle of 31.53º degrees, saturation: 0.9, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #F38D1C is Cyan = 0, Magento = 0.42, Yellow = 0.88 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 243 | 141 | 28 | - |
| CMYK | 0 | 0.42 | 0.88 | 0.05 |
| HSL | 31.53º | 0.9% | 0.53% | - |
| HSV(B) | 31.53º | 0.88% | 0.95% | - |
| XYZ | 46.7 | 38.19 | 6.01 | - |
| YUV | 158.62 | 54.29 | 188.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 243 | 141 | 28 | 0 | 0.42 | 0.88 | 0.05 | 31.53 | 0.9 | 0.53 |
| Hex | F3 | 8D | 1C | 0 | 2A | 58 | 5 | 20 | 5A | 35 |
| Octal | 363 | 215 | 34 | 0 | 52 | 130 | 5 | 40 | 132 | 65 |
| Binary | 11110011 | 10001101 | 11100 | 0 | 101010 | 1011000 | 101 | 100000 | 1011010 | 110101 |
Color Harmonies of #F38D1C
Complementary color
Monochromatic Colors of #F38D1C
Black with #F38D1C
Text Example
Text Example
White with #F38D1C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F38D1C; }
p { color: rgb(243,141,28); }
H1.HeaderClassName
{
color: #F38D1C;
}
.AnyTagClassName
{
color: #F38D1C;
}
</style>
background-color css
<style>
a { background-color: #F38D1C; }
a { background-color: rgb(243,141,28); }
div.DivClassName
{
background-color: #F38D1C;
}
.BgClassName
{
background-color: #F38D1C;
}
</style>
border-color css
<style>
span { border-color: #F38D1C; }
span { border-color: rgb(243,141,28); }
td.TdClassName
{
border-color: #F38D1C;
}
.TagClassName
{
border-color: #F38D1C;
}
</style>