Shades of Carrot Orange #F18020
Tints of Carrot Orange #F18020
RGB
CMYK
RGB Variations
Color information
#F18020 (or 0xF18020) is known color: Carrot Orange. HEX triplet: F1, 80 and 20. RGB value is (241,128,32). Sum of RGB (Red+Green+Blue) = 241+128+32=401 (53% of max value = 765). Red value is 241 (94.53% from 255 or 60.10% from 401); Green value is 128 (50.39% from 255 or 31.92% from 401); Blue value is 32 (12.89% from 255 or 7.98% from 401); Max value from RGB is 241 - color contains mainly: red. Hex color #F18020 is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #F18020 is #0E7FDF. Grayscale: #979797. Windows color (decimal): -950240 or 2130161. OLE color: 2130161.
HSL color Cylindrical-coordinate representation of color #F18020: hue angle of 27.56º degrees, saturation: 0.88, 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 #F18020 is Cyan = 0, Magento = 0.47, Yellow = 0.87 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 241 | 128 | 32 | - |
| CMYK | 0 | 0.47 | 0.87 | 0.05 |
| HSL | 27.56º | 0.88% | 0.54% | - |
| HSV(B) | 27.56º | 0.87% | 0.95% | - |
| XYZ | 44.26 | 34.24 | 5.64 | - |
| YUV | 150.84 | 60.94 | 192.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 241 | 128 | 32 | 0 | 0.47 | 0.87 | 0.05 | 27.56 | 0.88 | 0.54 |
| Hex | F1 | 80 | 20 | 0 | 2F | 57 | 5 | 1C | 58 | 36 |
| Octal | 361 | 200 | 40 | 0 | 57 | 127 | 5 | 34 | 130 | 66 |
| Binary | 11110001 | 10000000 | 100000 | 0 | 101111 | 1010111 | 101 | 11100 | 1011000 | 110110 |
Color Harmonies of #F18020
Complementary color
Monochromatic Colors of #F18020
Black with #F18020
Text Example
Text Example
White with #F18020
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F18020; }
p { color: rgb(241,128,32); }
H1.HeaderClassName
{
color: #F18020;
}
.AnyTagClassName
{
color: #F18020;
}
</style>
background-color css
<style>
a { background-color: #F18020; }
a { background-color: rgb(241,128,32); }
div.DivClassName
{
background-color: #F18020;
}
.BgClassName
{
background-color: #F18020;
}
</style>
border-color css
<style>
span { border-color: #F18020; }
span { border-color: rgb(241,128,32); }
td.TdClassName
{
border-color: #F18020;
}
.TagClassName
{
border-color: #F18020;
}
</style>