Shades of Carrot Orange #F38C17
Tints of Carrot Orange #F38C17
RGB
CMYK
RGB Variations
Color information
#F38C17 (or 0xF38C17) is known color: Carrot Orange. HEX triplet: F3, 8C and 17. RGB value is (243,140,23). Sum of RGB (Red+Green+Blue) = 243+140+23=406 (53% of max value = 765). Red value is 243 (95.31% from 255 or 59.85% from 406); Green value is 140 (55.08% from 255 or 34.48% from 406); Blue value is 23 (9.38% from 255 or 5.67% from 406); Max value from RGB is 243 - color contains mainly: red. Hex color #F38C17 is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #F38C17 is #0C73E8. Grayscale: #9E9E9E. Windows color (decimal): -816105 or 1543411. OLE color: 1543411.
HSL color Cylindrical-coordinate representation of color #F38C17: hue angle of 31.91º degrees, saturation: 0.9, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #F38C17 is Cyan = 0, Magento = 0.42, Yellow = 0.91 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 243 | 140 | 23 | - |
| CMYK | 0 | 0.42 | 0.91 | 0.05 |
| HSL | 31.91º | 0.9% | 0.52% | - |
| HSV(B) | 31.91º | 0.91% | 0.95% | - |
| XYZ | 46.49 | 37.87 | 5.67 | - |
| YUV | 157.46 | 52.12 | 189.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 243 | 140 | 23 | 0 | 0.42 | 0.91 | 0.05 | 31.91 | 0.9 | 0.52 |
| Hex | F3 | 8C | 17 | 0 | 2A | 5B | 5 | 20 | 5A | 34 |
| Octal | 363 | 214 | 27 | 0 | 52 | 133 | 5 | 40 | 132 | 64 |
| Binary | 11110011 | 10001100 | 10111 | 0 | 101010 | 1011011 | 101 | 100000 | 1011010 | 110100 |
Color Harmonies of #F38C17
Complementary color
Monochromatic Colors of #F38C17
Black with #F38C17
Text Example
Text Example
White with #F38C17
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F38C17; }
p { color: rgb(243,140,23); }
H1.HeaderClassName
{
color: #F38C17;
}
.AnyTagClassName
{
color: #F38C17;
}
</style>
background-color css
<style>
a { background-color: #F38C17; }
a { background-color: rgb(243,140,23); }
div.DivClassName
{
background-color: #F38C17;
}
.BgClassName
{
background-color: #F38C17;
}
</style>
border-color css
<style>
span { border-color: #F38C17; }
span { border-color: rgb(243,140,23); }
td.TdClassName
{
border-color: #F38C17;
}
.TagClassName
{
border-color: #F38C17;
}
</style>