Shades of Carrot Orange #F98E16
Tints of Carrot Orange #F98E16
RGB
CMYK
RGB Variations
Color information
#F98E16 (or 0xF98E16) is known color: Carrot Orange. HEX triplet: F9, 8E and 16. RGB value is (249,142,22). Sum of RGB (Red+Green+Blue) = 249+142+22=413 (54% of max value = 765). Red value is 249 (97.66% from 255 or 60.29% from 413); Green value is 142 (55.86% from 255 or 34.38% from 413); Blue value is 22 (8.98% from 255 or 5.33% from 413); Max value from RGB is 249 - color contains mainly: red. Hex color #F98E16 is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #F98E16 is #0671E9. Grayscale: #A0A0A0. Windows color (decimal): -422378 or 1478393. OLE color: 1478393.
HSL color Cylindrical-coordinate representation of color #F98E16: hue angle of 31.72º degrees, saturation: 0.95, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #F98E16 is Cyan = 0, Magento = 0.43, Yellow = 0.91 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 249 | 142 | 22 | - |
| CMYK | 0 | 0.43 | 0.91 | 0.02 |
| HSL | 31.72º | 0.95% | 0.53% | - |
| HSV(B) | 31.72º | 0.91% | 0.98% | - |
| XYZ | 48.88 | 39.54 | 5.82 | - |
| YUV | 160.31 | 49.95 | 191.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 249 | 142 | 22 | 0 | 0.43 | 0.91 | 0.02 | 31.72 | 0.95 | 0.53 |
| Hex | F9 | 8E | 16 | 0 | 2B | 5B | 2 | 20 | 5F | 35 |
| Octal | 371 | 216 | 26 | 0 | 53 | 133 | 2 | 40 | 137 | 65 |
| Binary | 11111001 | 10001110 | 10110 | 0 | 101011 | 1011011 | 10 | 100000 | 1011111 | 110101 |
Color Harmonies of #F98E16
Complementary color
Monochromatic Colors of #F98E16
Black with #F98E16
Text Example
Text Example
White with #F98E16
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F98E16; }
p { color: rgb(249,142,22); }
H1.HeaderClassName
{
color: #F98E16;
}
.AnyTagClassName
{
color: #F98E16;
}
</style>
background-color css
<style>
a { background-color: #F98E16; }
a { background-color: rgb(249,142,22); }
div.DivClassName
{
background-color: #F98E16;
}
.BgClassName
{
background-color: #F98E16;
}
</style>
border-color css
<style>
span { border-color: #F98E16; }
span { border-color: rgb(249,142,22); }
td.TdClassName
{
border-color: #F98E16;
}
.TagClassName
{
border-color: #F98E16;
}
</style>