Shades of Carrot Orange #F98C17
Tints of Carrot Orange #F98C17
RGB
CMYK
RGB Variations
Color information
#F98C17 (or 0xF98C17) is known color: Carrot Orange. HEX triplet: F9, 8C and 17. RGB value is (249,140,23). Sum of RGB (Red+Green+Blue) = 249+140+23=412 (54% of max value = 765). Red value is 249 (97.66% from 255 or 60.44% from 412); Green value is 140 (55.08% from 255 or 33.98% from 412); Blue value is 23 (9.38% from 255 or 5.58% from 412); Max value from RGB is 249 - color contains mainly: red. Hex color #F98C17 is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #F98C17 is #0673E8. Grayscale: #9F9F9F. Windows color (decimal): -422889 or 1543417. OLE color: 1543417.
HSL color Cylindrical-coordinate representation of color #F98C17: hue angle of 31.06º 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 #F98C17 is Cyan = 0, Magento = 0.44, Yellow = 0.91 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 249 | 140 | 23 | - |
| CMYK | 0 | 0.44 | 0.91 | 0.02 |
| HSL | 31.06º | 0.95% | 0.53% | - |
| HSV(B) | 31.06º | 0.91% | 0.98% | - |
| XYZ | 48.6 | 38.96 | 5.77 | - |
| YUV | 159.25 | 51.11 | 192.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 249 | 140 | 23 | 0 | 0.44 | 0.91 | 0.02 | 31.06 | 0.95 | 0.53 |
| Hex | F9 | 8C | 17 | 0 | 2C | 5B | 2 | 1F | 5F | 35 |
| Octal | 371 | 214 | 27 | 0 | 54 | 133 | 2 | 37 | 137 | 65 |
| Binary | 11111001 | 10001100 | 10111 | 0 | 101100 | 1011011 | 10 | 11111 | 1011111 | 110101 |
Color Harmonies of #F98C17
Complementary color
Monochromatic Colors of #F98C17
Black with #F98C17
Text Example
Text Example
White with #F98C17
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F98C17; }
p { color: rgb(249,140,23); }
H1.HeaderClassName
{
color: #F98C17;
}
.AnyTagClassName
{
color: #F98C17;
}
</style>
background-color css
<style>
a { background-color: #F98C17; }
a { background-color: rgb(249,140,23); }
div.DivClassName
{
background-color: #F98C17;
}
.BgClassName
{
background-color: #F98C17;
}
</style>
border-color css
<style>
span { border-color: #F98C17; }
span { border-color: rgb(249,140,23); }
td.TdClassName
{
border-color: #F98C17;
}
.TagClassName
{
border-color: #F98C17;
}
</style>