Shades of Carrot Orange #F39220
Tints of Carrot Orange #F39220
RGB
CMYK
RGB Variations
Color information
#F39220 (or 0xF39220) is known color: Carrot Orange. HEX triplet: F3, 92 and 20. RGB value is (243,146,32). Sum of RGB (Red+Green+Blue) = 243+146+32=421 (55% of max value = 765). Red value is 243 (95.31% from 255 or 57.72% from 421); Green value is 146 (57.42% from 255 or 34.68% from 421); Blue value is 32 (12.89% from 255 or 7.60% from 421); Max value from RGB is 243 - color contains mainly: red. Hex color #F39220 is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #F39220 is #0C6DDF. Grayscale: #A2A2A2. Windows color (decimal): -814560 or 2134771. OLE color: 2134771.
HSL color Cylindrical-coordinate representation of color #F39220: hue angle of 32.42º 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 #F39220 is Cyan = 0, Magento = 0.40, Yellow = 0.87 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 243 | 146 | 32 | - |
| CMYK | 0 | 0.40 | 0.87 | 0.05 |
| HSL | 32.42º | 0.9% | 0.54% | - |
| HSV(B) | 32.42º | 0.87% | 0.95% | - |
| XYZ | 47.5 | 39.72 | 6.53 | - |
| YUV | 162.01 | 54.64 | 185.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 243 | 146 | 32 | 0 | 0.40 | 0.87 | 0.05 | 32.42 | 0.9 | 0.54 |
| Hex | F3 | 92 | 20 | 0 | 28 | 57 | 5 | 20 | 5A | 36 |
| Octal | 363 | 222 | 40 | 0 | 50 | 127 | 5 | 40 | 132 | 66 |
| Binary | 11110011 | 10010010 | 100000 | 0 | 101000 | 1010111 | 101 | 100000 | 1011010 | 110110 |
Color Harmonies of #F39220
Complementary color
Monochromatic Colors of #F39220
Black with #F39220
Text Example
Text Example
White with #F39220
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F39220; }
p { color: rgb(243,146,32); }
H1.HeaderClassName
{
color: #F39220;
}
.AnyTagClassName
{
color: #F39220;
}
</style>
background-color css
<style>
a { background-color: #F39220; }
a { background-color: rgb(243,146,32); }
div.DivClassName
{
background-color: #F39220;
}
.BgClassName
{
background-color: #F39220;
}
</style>
border-color css
<style>
span { border-color: #F39220; }
span { border-color: rgb(243,146,32); }
td.TdClassName
{
border-color: #F39220;
}
.TagClassName
{
border-color: #F39220;
}
</style>