Shades of Carrot Orange #F18F21
Tints of Carrot Orange #F18F21
RGB
CMYK
RGB Variations
Color information
#F18F21 (or 0xF18F21) is known color: Carrot Orange. HEX triplet: F1, 8F and 21. RGB value is (241,143,33). Sum of RGB (Red+Green+Blue) = 241+143+33=417 (55% of max value = 765). Red value is 241 (94.53% from 255 or 57.79% from 417); Green value is 143 (56.25% from 255 or 34.29% from 417); Blue value is 33 (13.28% from 255 or 7.91% from 417); Max value from RGB is 241 - color contains mainly: red. Hex color #F18F21 is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #F18F21 is #0E70DE. Grayscale: #A0A0A0. Windows color (decimal): -946399 or 2199537. OLE color: 2199537.
HSL color Cylindrical-coordinate representation of color #F18F21: hue angle of 31.73º degrees, saturation: 0.88, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #F18F21 is Cyan = 0, Magento = 0.41, Yellow = 0.86 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 241 | 143 | 33 | - |
| CMYK | 0 | 0.41 | 0.86 | 0.05 |
| HSL | 31.73º | 0.88% | 0.54% | - |
| HSV(B) | 31.73º | 0.86% | 0.95% | - |
| XYZ | 46.37 | 38.46 | 6.42 | - |
| YUV | 159.76 | 56.47 | 185.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 241 | 143 | 33 | 0 | 0.41 | 0.86 | 0.05 | 31.73 | 0.88 | 0.54 |
| Hex | F1 | 8F | 21 | 0 | 29 | 56 | 5 | 20 | 58 | 36 |
| Octal | 361 | 217 | 41 | 0 | 51 | 126 | 5 | 40 | 130 | 66 |
| Binary | 11110001 | 10001111 | 100001 | 0 | 101001 | 1010110 | 101 | 100000 | 1011000 | 110110 |
Color Harmonies of #F18F21
Complementary color
Monochromatic Colors of #F18F21
Black with #F18F21
Text Example
Text Example
White with #F18F21
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F18F21; }
p { color: rgb(241,143,33); }
H1.HeaderClassName
{
color: #F18F21;
}
.AnyTagClassName
{
color: #F18F21;
}
</style>
background-color css
<style>
a { background-color: #F18F21; }
a { background-color: rgb(241,143,33); }
div.DivClassName
{
background-color: #F18F21;
}
.BgClassName
{
background-color: #F18F21;
}
</style>
border-color css
<style>
span { border-color: #F18F21; }
span { border-color: rgb(241,143,33); }
td.TdClassName
{
border-color: #F18F21;
}
.TagClassName
{
border-color: #F18F21;
}
</style>