Shades of Carrot Orange #F98D1A
Tints of Carrot Orange #F98D1A
RGB
CMYK
RGB Variations
Color information
#F98D1A (or 0xF98D1A) is known color: Carrot Orange. HEX triplet: F9, 8D and 1A. RGB value is (249,141,26). Sum of RGB (Red+Green+Blue) = 249+141+26=416 (55% of max value = 765). Red value is 249 (97.66% from 255 or 59.86% from 416); Green value is 141 (55.47% from 255 or 33.89% from 416); Blue value is 26 (10.55% from 255 or 6.25% from 416); Max value from RGB is 249 - color contains mainly: red. Hex color #F98D1A is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #F98D1A is #0672E5. Grayscale: #A0A0A0. Windows color (decimal): -422630 or 1740281. OLE color: 1740281.
HSL color Cylindrical-coordinate representation of color #F98D1A: hue angle of 30.94º 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 #F98D1A is Cyan = 0, Magento = 0.43, Yellow = 0.90 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 249 | 141 | 26 | - |
| CMYK | 0 | 0.43 | 0.90 | 0.02 |
| HSL | 30.94º | 0.95% | 0.54% | - |
| HSV(B) | 30.94º | 0.9% | 0.98% | - |
| XYZ | 48.78 | 39.26 | 5.99 | - |
| YUV | 160.18 | 52.28 | 191.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 249 | 141 | 26 | 0 | 0.43 | 0.90 | 0.02 | 30.94 | 0.95 | 0.54 |
| Hex | F9 | 8D | 1A | 0 | 2B | 5A | 2 | 1F | 5F | 36 |
| Octal | 371 | 215 | 32 | 0 | 53 | 132 | 2 | 37 | 137 | 66 |
| Binary | 11111001 | 10001101 | 11010 | 0 | 101011 | 1011010 | 10 | 11111 | 1011111 | 110110 |
Color Harmonies of #F98D1A
Complementary color
Monochromatic Colors of #F98D1A
Black with #F98D1A
Text Example
Text Example
White with #F98D1A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F98D1A; }
p { color: rgb(249,141,26); }
H1.HeaderClassName
{
color: #F98D1A;
}
.AnyTagClassName
{
color: #F98D1A;
}
</style>
background-color css
<style>
a { background-color: #F98D1A; }
a { background-color: rgb(249,141,26); }
div.DivClassName
{
background-color: #F98D1A;
}
.BgClassName
{
background-color: #F98D1A;
}
</style>
border-color css
<style>
span { border-color: #F98D1A; }
span { border-color: rgb(249,141,26); }
td.TdClassName
{
border-color: #F98D1A;
}
.TagClassName
{
border-color: #F98D1A;
}
</style>