Shades of Carrot Orange #F38C18
Tints of Carrot Orange #F38C18
RGB
CMYK
RGB Variations
Color information
#F38C18 (or 0xF38C18) is known color: Carrot Orange. HEX triplet: F3, 8C and 18. RGB value is (243,140,24). Sum of RGB (Red+Green+Blue) = 243+140+24=407 (53% of max value = 765). Red value is 243 (95.31% from 255 or 59.71% from 407); Green value is 140 (55.08% from 255 or 34.40% from 407); Blue value is 24 (9.77% from 255 or 5.90% from 407); Max value from RGB is 243 - color contains mainly: red. Hex color #F38C18 is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #F38C18 is #0C73E7. Grayscale: #9E9E9E. Windows color (decimal): -816104 or 1608947. OLE color: 1608947.
HSL color Cylindrical-coordinate representation of color #F38C18: hue angle of 31.78º degrees, saturation: 0.9, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #F38C18 is Cyan = 0, Magento = 0.42, Yellow = 0.90 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 243 | 140 | 24 | - |
| CMYK | 0 | 0.42 | 0.90 | 0.05 |
| HSL | 31.78º | 0.9% | 0.52% | - |
| HSV(B) | 31.78º | 0.9% | 0.95% | - |
| XYZ | 46.51 | 37.88 | 5.72 | - |
| YUV | 157.57 | 52.62 | 188.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 243 | 140 | 24 | 0 | 0.42 | 0.90 | 0.05 | 31.78 | 0.9 | 0.52 |
| Hex | F3 | 8C | 18 | 0 | 2A | 5A | 5 | 20 | 5A | 34 |
| Octal | 363 | 214 | 30 | 0 | 52 | 132 | 5 | 40 | 132 | 64 |
| Binary | 11110011 | 10001100 | 11000 | 0 | 101010 | 1011010 | 101 | 100000 | 1011010 | 110100 |
Color Harmonies of #F38C18
Complementary color
Monochromatic Colors of #F38C18
Black with #F38C18
Text Example
Text Example
White with #F38C18
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F38C18; }
p { color: rgb(243,140,24); }
H1.HeaderClassName
{
color: #F38C18;
}
.AnyTagClassName
{
color: #F38C18;
}
</style>
background-color css
<style>
a { background-color: #F38C18; }
a { background-color: rgb(243,140,24); }
div.DivClassName
{
background-color: #F38C18;
}
.BgClassName
{
background-color: #F38C18;
}
</style>
border-color css
<style>
span { border-color: #F38C18; }
span { border-color: rgb(243,140,24); }
td.TdClassName
{
border-color: #F38C18;
}
.TagClassName
{
border-color: #F38C18;
}
</style>