Shades of Carrot Orange #F38C11
Tints of Carrot Orange #F38C11
RGB
CMYK
RGB Variations
Color information
#F38C11 (or 0xF38C11) is known color: Carrot Orange. HEX triplet: F3, 8C and 11. RGB value is (243,140,17). Sum of RGB (Red+Green+Blue) = 243+140+17=400 (52% of max value = 765). Red value is 243 (95.31% from 255 or 60.75% from 400); Green value is 140 (55.08% from 255 or 35% from 400); Blue value is 17 (7.03% from 255 or 4.25% from 400); Max value from RGB is 243 - color contains mainly: red. Hex color #F38C11 is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #F38C11 is #0C73EE. Grayscale: #9D9D9D. Windows color (decimal): -816111 or 1150195. OLE color: 1150195.
HSL color Cylindrical-coordinate representation of color #F38C11: hue angle of 32.65º 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 #F38C11 is Cyan = 0, Magento = 0.42, Yellow = 0.93 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 243 | 140 | 17 | - |
| CMYK | 0 | 0.42 | 0.93 | 0.05 |
| HSL | 32.65º | 0.9% | 0.51% | - |
| HSV(B) | 32.65º | 0.93% | 0.95% | - |
| XYZ | 46.44 | 37.85 | 5.39 | - |
| YUV | 156.78 | 49.12 | 189.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 243 | 140 | 17 | 0 | 0.42 | 0.93 | 0.05 | 32.65 | 0.9 | 0.51 |
| Hex | F3 | 8C | 11 | 0 | 2A | 5D | 5 | 21 | 5A | 33 |
| Octal | 363 | 214 | 21 | 0 | 52 | 135 | 5 | 41 | 132 | 63 |
| Binary | 11110011 | 10001100 | 10001 | 0 | 101010 | 1011101 | 101 | 100001 | 1011010 | 110011 |
Color Harmonies of #F38C11
Complementary color
Monochromatic Colors of #F38C11
Black with #F38C11
Text Example
Text Example
White with #F38C11
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F38C11; }
p { color: rgb(243,140,17); }
H1.HeaderClassName
{
color: #F38C11;
}
.AnyTagClassName
{
color: #F38C11;
}
</style>
background-color css
<style>
a { background-color: #F38C11; }
a { background-color: rgb(243,140,17); }
div.DivClassName
{
background-color: #F38C11;
}
.BgClassName
{
background-color: #F38C11;
}
</style>
border-color css
<style>
span { border-color: #F38C11; }
span { border-color: rgb(243,140,17); }
td.TdClassName
{
border-color: #F38C11;
}
.TagClassName
{
border-color: #F38C11;
}
</style>