Shades of Carrot Orange #F98D18
Tints of Carrot Orange #F98D18
RGB
CMYK
RGB Variations
Color information
#F98D18 (or 0xF98D18) is known color: Carrot Orange. HEX triplet: F9, 8D and 18. RGB value is (249,141,24). Sum of RGB (Red+Green+Blue) = 249+141+24=414 (54% of max value = 765). Red value is 249 (97.66% from 255 or 60.14% from 414); Green value is 141 (55.47% from 255 or 34.06% from 414); Blue value is 24 (9.77% from 255 or 5.80% from 414); Max value from RGB is 249 - color contains mainly: red. Hex color #F98D18 is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #F98D18 is #0672E7. Grayscale: #A0A0A0. Windows color (decimal): -422632 or 1609209. OLE color: 1609209.
HSL color Cylindrical-coordinate representation of color #F98D18: hue angle of 31.2º degrees, saturation: 0.95, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #F98D18 is Cyan = 0, Magento = 0.43, Yellow = 0.90 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 249 | 141 | 24 | - |
| CMYK | 0 | 0.43 | 0.90 | 0.02 |
| HSL | 31.2º | 0.95% | 0.54% | - |
| HSV(B) | 31.2º | 0.9% | 0.98% | - |
| XYZ | 48.76 | 39.26 | 5.87 | - |
| YUV | 159.95 | 51.28 | 191.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 249 | 141 | 24 | 0 | 0.43 | 0.90 | 0.02 | 31.2 | 0.95 | 0.54 |
| Hex | F9 | 8D | 18 | 0 | 2B | 5A | 2 | 1F | 5F | 36 |
| Octal | 371 | 215 | 30 | 0 | 53 | 132 | 2 | 37 | 137 | 66 |
| Binary | 11111001 | 10001101 | 11000 | 0 | 101011 | 1011010 | 10 | 11111 | 1011111 | 110110 |
Color Harmonies of #F98D18
Complementary color
Monochromatic Colors of #F98D18
Black with #F98D18
Text Example
Text Example
White with #F98D18
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F98D18; }
p { color: rgb(249,141,24); }
H1.HeaderClassName
{
color: #F98D18;
}
.AnyTagClassName
{
color: #F98D18;
}
</style>
background-color css
<style>
a { background-color: #F98D18; }
a { background-color: rgb(249,141,24); }
div.DivClassName
{
background-color: #F98D18;
}
.BgClassName
{
background-color: #F98D18;
}
</style>
border-color css
<style>
span { border-color: #F98D18; }
span { border-color: rgb(249,141,24); }
td.TdClassName
{
border-color: #F98D18;
}
.TagClassName
{
border-color: #F98D18;
}
</style>