Shades of Carrot Orange #F18C25
Tints of Carrot Orange #F18C25
RGB
CMYK
RGB Variations
Color information
#F18C25 (or 0xF18C25) is known color: Carrot Orange. HEX triplet: F1, 8C and 25. RGB value is (241,140,37). Sum of RGB (Red+Green+Blue) = 241+140+37=418 (55% of max value = 765). Red value is 241 (94.53% from 255 or 57.66% from 418); Green value is 140 (55.08% from 255 or 33.49% from 418); Blue value is 37 (14.84% from 255 or 8.85% from 418); Max value from RGB is 241 - color contains mainly: red. Hex color #F18C25 is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #F18C25 is #0E73DA. Grayscale: #9E9E9E. Windows color (decimal): -947163 or 2460913. OLE color: 2460913.
HSL color Cylindrical-coordinate representation of color #F18C25: hue angle of 30.29º degrees, saturation: 0.88, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #F18C25 is Cyan = 0, Magento = 0.42, Yellow = 0.85 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 241 | 140 | 37 | - |
| CMYK | 0 | 0.42 | 0.85 | 0.05 |
| HSL | 30.29º | 0.88% | 0.55% | - |
| HSV(B) | 30.29º | 0.85% | 0.95% | - |
| XYZ | 45.99 | 37.59 | 6.58 | - |
| YUV | 158.46 | 59.46 | 186.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 241 | 140 | 37 | 0 | 0.42 | 0.85 | 0.05 | 30.29 | 0.88 | 0.55 |
| Hex | F1 | 8C | 25 | 0 | 2A | 55 | 5 | 1E | 58 | 37 |
| Octal | 361 | 214 | 45 | 0 | 52 | 125 | 5 | 36 | 130 | 67 |
| Binary | 11110001 | 10001100 | 100101 | 0 | 101010 | 1010101 | 101 | 11110 | 1011000 | 110111 |
Color Harmonies of #F18C25
Complementary color
Monochromatic Colors of #F18C25
Black with #F18C25
Text Example
Text Example
White with #F18C25
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F18C25; }
p { color: rgb(241,140,37); }
H1.HeaderClassName
{
color: #F18C25;
}
.AnyTagClassName
{
color: #F18C25;
}
</style>
background-color css
<style>
a { background-color: #F18C25; }
a { background-color: rgb(241,140,37); }
div.DivClassName
{
background-color: #F18C25;
}
.BgClassName
{
background-color: #F18C25;
}
</style>
border-color css
<style>
span { border-color: #F18C25; }
span { border-color: rgb(241,140,37); }
td.TdClassName
{
border-color: #F18C25;
}
.TagClassName
{
border-color: #F18C25;
}
</style>