Shades of Carrot Orange #F18C23
Tints of Carrot Orange #F18C23
RGB
CMYK
RGB Variations
Color information
#F18C23 (or 0xF18C23) is known color: Carrot Orange. HEX triplet: F1, 8C and 23. RGB value is (241,140,35). Sum of RGB (Red+Green+Blue) = 241+140+35=416 (55% of max value = 765). Red value is 241 (94.53% from 255 or 57.93% from 416); Green value is 140 (55.08% from 255 or 33.65% from 416); Blue value is 35 (14.06% from 255 or 8.41% from 416); Max value from RGB is 241 - color contains mainly: red. Hex color #F18C23 is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #F18C23 is #0E73DC. Grayscale: #9E9E9E. Windows color (decimal): -947165 or 2329841. OLE color: 2329841.
HSL color Cylindrical-coordinate representation of color #F18C23: hue angle of 30.58º 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 #F18C23 is Cyan = 0, Magento = 0.42, Yellow = 0.85 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 241 | 140 | 35 | - |
| CMYK | 0 | 0.42 | 0.85 | 0.05 |
| HSL | 30.58º | 0.88% | 0.54% | - |
| HSV(B) | 30.58º | 0.85% | 0.95% | - |
| XYZ | 45.96 | 37.58 | 6.42 | - |
| YUV | 158.23 | 58.46 | 187.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 241 | 140 | 35 | 0 | 0.42 | 0.85 | 0.05 | 30.58 | 0.88 | 0.54 |
| Hex | F1 | 8C | 23 | 0 | 2A | 55 | 5 | 1F | 58 | 36 |
| Octal | 361 | 214 | 43 | 0 | 52 | 125 | 5 | 37 | 130 | 66 |
| Binary | 11110001 | 10001100 | 100011 | 0 | 101010 | 1010101 | 101 | 11111 | 1011000 | 110110 |
Color Harmonies of #F18C23
Complementary color
Monochromatic Colors of #F18C23
Black with #F18C23
Text Example
Text Example
White with #F18C23
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F18C23; }
p { color: rgb(241,140,35); }
H1.HeaderClassName
{
color: #F18C23;
}
.AnyTagClassName
{
color: #F18C23;
}
</style>
background-color css
<style>
a { background-color: #F18C23; }
a { background-color: rgb(241,140,35); }
div.DivClassName
{
background-color: #F18C23;
}
.BgClassName
{
background-color: #F18C23;
}
</style>
border-color css
<style>
span { border-color: #F18C23; }
span { border-color: rgb(241,140,35); }
td.TdClassName
{
border-color: #F18C23;
}
.TagClassName
{
border-color: #F18C23;
}
</style>