Shades of Carrot Orange #F18218
Tints of Carrot Orange #F18218
RGB
CMYK
RGB Variations
Color information
#F18218 (or 0xF18218) is known color: Carrot Orange. HEX triplet: F1, 82 and 18. RGB value is (241,130,24). Sum of RGB (Red+Green+Blue) = 241+130+24=395 (52% of max value = 765). Red value is 241 (94.53% from 255 or 61.01% from 395); Green value is 130 (51.17% from 255 or 32.91% from 395); Blue value is 24 (9.77% from 255 or 6.08% from 395); Max value from RGB is 241 - color contains mainly: red. Hex color #F18218 is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #F18218 is #0E7DE7. Grayscale: #979797. Windows color (decimal): -949736 or 1606385. OLE color: 1606385.
HSL color Cylindrical-coordinate representation of color #F18218: hue angle of 29.31º degrees, saturation: 0.89, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #F18218 is Cyan = 0, Magento = 0.46, Yellow = 0.90 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 241 | 130 | 24 | - |
| CMYK | 0 | 0.46 | 0.90 | 0.05 |
| HSL | 29.31º | 0.89% | 0.52% | - |
| HSV(B) | 29.31º | 0.9% | 0.95% | - |
| XYZ | 44.42 | 34.73 | 5.23 | - |
| YUV | 151.11 | 56.27 | 192.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 241 | 130 | 24 | 0 | 0.46 | 0.90 | 0.05 | 29.31 | 0.89 | 0.52 |
| Hex | F1 | 82 | 18 | 0 | 2E | 5A | 5 | 1D | 59 | 34 |
| Octal | 361 | 202 | 30 | 0 | 56 | 132 | 5 | 35 | 131 | 64 |
| Binary | 11110001 | 10000010 | 11000 | 0 | 101110 | 1011010 | 101 | 11101 | 1011001 | 110100 |
Color Harmonies of #F18218
Complementary color
Monochromatic Colors of #F18218
Black with #F18218
Text Example
Text Example
White with #F18218
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F18218; }
p { color: rgb(241,130,24); }
H1.HeaderClassName
{
color: #F18218;
}
.AnyTagClassName
{
color: #F18218;
}
</style>
background-color css
<style>
a { background-color: #F18218; }
a { background-color: rgb(241,130,24); }
div.DivClassName
{
background-color: #F18218;
}
.BgClassName
{
background-color: #F18218;
}
</style>
border-color css
<style>
span { border-color: #F18218; }
span { border-color: rgb(241,130,24); }
td.TdClassName
{
border-color: #F18218;
}
.TagClassName
{
border-color: #F18218;
}
</style>