Shades of Carrot Orange #F18F1E
Tints of Carrot Orange #F18F1E
RGB
CMYK
RGB Variations
Color information
#F18F1E (or 0xF18F1E) is known color: Carrot Orange. HEX triplet: F1, 8F and 1E. RGB value is (241,143,30). Sum of RGB (Red+Green+Blue) = 241+143+30=414 (54% of max value = 765). Red value is 241 (94.53% from 255 or 58.21% from 414); Green value is 143 (56.25% from 255 or 34.54% from 414); Blue value is 30 (12.11% from 255 or 7.25% from 414); Max value from RGB is 241 - color contains mainly: red. Hex color #F18F1E is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #F18F1E is #0E70E1. Grayscale: #9F9F9F. Windows color (decimal): -946402 or 2002929. OLE color: 2002929.
HSL color Cylindrical-coordinate representation of color #F18F1E: hue angle of 32.13º degrees, saturation: 0.88, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #F18F1E is Cyan = 0, Magento = 0.41, Yellow = 0.88 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 241 | 143 | 30 | - |
| CMYK | 0 | 0.41 | 0.88 | 0.05 |
| HSL | 32.13º | 0.88% | 0.53% | - |
| HSV(B) | 32.13º | 0.88% | 0.95% | - |
| XYZ | 46.33 | 38.44 | 6.21 | - |
| YUV | 159.42 | 54.97 | 186.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 241 | 143 | 30 | 0 | 0.41 | 0.88 | 0.05 | 32.13 | 0.88 | 0.53 |
| Hex | F1 | 8F | 1E | 0 | 29 | 58 | 5 | 20 | 58 | 35 |
| Octal | 361 | 217 | 36 | 0 | 51 | 130 | 5 | 40 | 130 | 65 |
| Binary | 11110001 | 10001111 | 11110 | 0 | 101001 | 1011000 | 101 | 100000 | 1011000 | 110101 |
Color Harmonies of #F18F1E
Complementary color
Monochromatic Colors of #F18F1E
Black with #F18F1E
Text Example
Text Example
White with #F18F1E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F18F1E; }
p { color: rgb(241,143,30); }
H1.HeaderClassName
{
color: #F18F1E;
}
.AnyTagClassName
{
color: #F18F1E;
}
</style>
background-color css
<style>
a { background-color: #F18F1E; }
a { background-color: rgb(241,143,30); }
div.DivClassName
{
background-color: #F18F1E;
}
.BgClassName
{
background-color: #F18F1E;
}
</style>
border-color css
<style>
span { border-color: #F18F1E; }
span { border-color: rgb(241,143,30); }
td.TdClassName
{
border-color: #F18F1E;
}
.TagClassName
{
border-color: #F18F1E;
}
</style>