Shades of Carrot Orange #F18323
Tints of Carrot Orange #F18323
RGB
CMYK
RGB Variations
Color information
#F18323 (or 0xF18323) is known color: Carrot Orange. HEX triplet: F1, 83 and 23. RGB value is (241,131,35). Sum of RGB (Red+Green+Blue) = 241+131+35=407 (53% of max value = 765). Red value is 241 (94.53% from 255 or 59.21% from 407); Green value is 131 (51.56% from 255 or 32.19% from 407); Blue value is 35 (14.06% from 255 or 8.60% from 407); Max value from RGB is 241 - color contains mainly: red. Hex color #F18323 is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #F18323 is #0E7CDC. Grayscale: #999999. Windows color (decimal): -949469 or 2327537. OLE color: 2327537.
HSL color Cylindrical-coordinate representation of color #F18323: hue angle of 27.96º 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 #F18323 is Cyan = 0, Magento = 0.46, Yellow = 0.85 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 241 | 131 | 35 | - |
| CMYK | 0 | 0.46 | 0.85 | 0.05 |
| HSL | 27.96º | 0.88% | 0.54% | - |
| HSV(B) | 27.96º | 0.85% | 0.95% | - |
| XYZ | 44.7 | 35.05 | 6 | - |
| YUV | 152.95 | 61.44 | 190.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 241 | 131 | 35 | 0 | 0.46 | 0.85 | 0.05 | 27.96 | 0.88 | 0.54 |
| Hex | F1 | 83 | 23 | 0 | 2E | 55 | 5 | 1C | 58 | 36 |
| Octal | 361 | 203 | 43 | 0 | 56 | 125 | 5 | 34 | 130 | 66 |
| Binary | 11110001 | 10000011 | 100011 | 0 | 101110 | 1010101 | 101 | 11100 | 1011000 | 110110 |
Color Harmonies of #F18323
Complementary color
Monochromatic Colors of #F18323
Black with #F18323
Text Example
Text Example
White with #F18323
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F18323; }
p { color: rgb(241,131,35); }
H1.HeaderClassName
{
color: #F18323;
}
.AnyTagClassName
{
color: #F18323;
}
</style>
background-color css
<style>
a { background-color: #F18323; }
a { background-color: rgb(241,131,35); }
div.DivClassName
{
background-color: #F18323;
}
.BgClassName
{
background-color: #F18323;
}
</style>
border-color css
<style>
span { border-color: #F18323; }
span { border-color: rgb(241,131,35); }
td.TdClassName
{
border-color: #F18323;
}
.TagClassName
{
border-color: #F18323;
}
</style>