Shades of Carrot Orange #F38520
Tints of Carrot Orange #F38520
RGB
CMYK
RGB Variations
Color information
#F38520 (or 0xF38520) is known color: Carrot Orange. HEX triplet: F3, 85 and 20. RGB value is (243,133,32). Sum of RGB (Red+Green+Blue) = 243+133+32=408 (54% of max value = 765). Red value is 243 (95.31% from 255 or 59.56% from 408); Green value is 133 (52.34% from 255 or 32.60% from 408); Blue value is 32 (12.89% from 255 or 7.84% from 408); Max value from RGB is 243 - color contains mainly: red. Hex color #F38520 is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #F38520 is #0C7ADF. Grayscale: #9A9A9A. Windows color (decimal): -817888 or 2131443. OLE color: 2131443.
HSL color Cylindrical-coordinate representation of color #F38520: hue angle of 28.72º degrees, saturation: 0.9, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #F38520 is Cyan = 0, Magento = 0.45, Yellow = 0.87 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 243 | 133 | 32 | - |
| CMYK | 0 | 0.45 | 0.87 | 0.05 |
| HSL | 28.72º | 0.9% | 0.54% | - |
| HSV(B) | 28.72º | 0.87% | 0.95% | - |
| XYZ | 45.61 | 35.93 | 5.9 | - |
| YUV | 154.38 | 58.94 | 191.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 243 | 133 | 32 | 0 | 0.45 | 0.87 | 0.05 | 28.72 | 0.9 | 0.54 |
| Hex | F3 | 85 | 20 | 0 | 2D | 57 | 5 | 1D | 5A | 36 |
| Octal | 363 | 205 | 40 | 0 | 55 | 127 | 5 | 35 | 132 | 66 |
| Binary | 11110011 | 10000101 | 100000 | 0 | 101101 | 1010111 | 101 | 11101 | 1011010 | 110110 |
Color Harmonies of #F38520
Complementary color
Monochromatic Colors of #F38520
Black with #F38520
Text Example
Text Example
White with #F38520
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F38520; }
p { color: rgb(243,133,32); }
H1.HeaderClassName
{
color: #F38520;
}
.AnyTagClassName
{
color: #F38520;
}
</style>
background-color css
<style>
a { background-color: #F38520; }
a { background-color: rgb(243,133,32); }
div.DivClassName
{
background-color: #F38520;
}
.BgClassName
{
background-color: #F38520;
}
</style>
border-color css
<style>
span { border-color: #F38520; }
span { border-color: rgb(243,133,32); }
td.TdClassName
{
border-color: #F38520;
}
.TagClassName
{
border-color: #F38520;
}
</style>