Shades of Carrot Orange #F18F20
Tints of Carrot Orange #F18F20
RGB
CMYK
RGB Variations
Color information
#F18F20 (or 0xF18F20) is known color: Carrot Orange. HEX triplet: F1, 8F and 20. RGB value is (241,143,32). Sum of RGB (Red+Green+Blue) = 241+143+32=416 (55% of max value = 765). Red value is 241 (94.53% from 255 or 57.93% from 416); Green value is 143 (56.25% from 255 or 34.38% from 416); Blue value is 32 (12.89% from 255 or 7.69% from 416); Max value from RGB is 241 - color contains mainly: red. Hex color #F18F20 is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #F18F20 is #0E70DF. Grayscale: #A0A0A0. Windows color (decimal): -946400 or 2134001. OLE color: 2134001.
HSL color Cylindrical-coordinate representation of color #F18F20: hue angle of 31.87º 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 #F18F20 is Cyan = 0, Magento = 0.41, Yellow = 0.87 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 241 | 143 | 32 | - |
| CMYK | 0 | 0.41 | 0.87 | 0.05 |
| HSL | 31.87º | 0.88% | 0.54% | - |
| HSV(B) | 31.87º | 0.87% | 0.95% | - |
| XYZ | 46.36 | 38.45 | 6.34 | - |
| YUV | 159.65 | 55.97 | 186.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 241 | 143 | 32 | 0 | 0.41 | 0.87 | 0.05 | 31.87 | 0.88 | 0.54 |
| Hex | F1 | 8F | 20 | 0 | 29 | 57 | 5 | 20 | 58 | 36 |
| Octal | 361 | 217 | 40 | 0 | 51 | 127 | 5 | 40 | 130 | 66 |
| Binary | 11110001 | 10001111 | 100000 | 0 | 101001 | 1010111 | 101 | 100000 | 1011000 | 110110 |
Color Harmonies of #F18F20
Complementary color
Monochromatic Colors of #F18F20
Black with #F18F20
Text Example
Text Example
White with #F18F20
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F18F20; }
p { color: rgb(241,143,32); }
H1.HeaderClassName
{
color: #F18F20;
}
.AnyTagClassName
{
color: #F18F20;
}
</style>
background-color css
<style>
a { background-color: #F18F20; }
a { background-color: rgb(241,143,32); }
div.DivClassName
{
background-color: #F18F20;
}
.BgClassName
{
background-color: #F18F20;
}
</style>
border-color css
<style>
span { border-color: #F18F20; }
span { border-color: rgb(241,143,32); }
td.TdClassName
{
border-color: #F18F20;
}
.TagClassName
{
border-color: #F18F20;
}
</style>