Shades of Carrot Orange #F18223
Tints of Carrot Orange #F18223
RGB
CMYK
RGB Variations
Color information
#F18223 (or 0xF18223) is known color: Carrot Orange. HEX triplet: F1, 82 and 23. RGB value is (241,130,35). Sum of RGB (Red+Green+Blue) = 241+130+35=406 (53% of max value = 765). Red value is 241 (94.53% from 255 or 59.36% from 406); Green value is 130 (51.17% from 255 or 32.02% from 406); Blue value is 35 (14.06% from 255 or 8.62% from 406); Max value from RGB is 241 - color contains mainly: red. Hex color #F18223 is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #F18223 is #0E7DDC. Grayscale: #989898. Windows color (decimal): -949725 or 2327281. OLE color: 2327281.
HSL color Cylindrical-coordinate representation of color #F18223: hue angle of 27.67º degrees, saturation: 0.88, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #F18223 is Cyan = 0, Magento = 0.46, Yellow = 0.85 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 241 | 130 | 35 | - |
| CMYK | 0 | 0.46 | 0.85 | 0.05 |
| HSL | 27.67º | 0.88% | 0.54% | - |
| HSV(B) | 27.67º | 0.85% | 0.95% | - |
| XYZ | 44.56 | 34.79 | 5.96 | - |
| YUV | 152.36 | 61.77 | 191.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 241 | 130 | 35 | 0 | 0.46 | 0.85 | 0.05 | 27.67 | 0.88 | 0.54 |
| Hex | F1 | 82 | 23 | 0 | 2E | 55 | 5 | 1C | 58 | 36 |
| Octal | 361 | 202 | 43 | 0 | 56 | 125 | 5 | 34 | 130 | 66 |
| Binary | 11110001 | 10000010 | 100011 | 0 | 101110 | 1010101 | 101 | 11100 | 1011000 | 110110 |
Color Harmonies of #F18223
Complementary color
Monochromatic Colors of #F18223
Black with #F18223
Text Example
Text Example
White with #F18223
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F18223; }
p { color: rgb(241,130,35); }
H1.HeaderClassName
{
color: #F18223;
}
.AnyTagClassName
{
color: #F18223;
}
</style>
background-color css
<style>
a { background-color: #F18223; }
a { background-color: rgb(241,130,35); }
div.DivClassName
{
background-color: #F18223;
}
.BgClassName
{
background-color: #F18223;
}
</style>
border-color css
<style>
span { border-color: #F18223; }
span { border-color: rgb(241,130,35); }
td.TdClassName
{
border-color: #F18223;
}
.TagClassName
{
border-color: #F18223;
}
</style>