Shades of Dark Orange #F98A03
Tints of Dark Orange #F98A03
RGB
CMYK
RGB Variations
Color information
#F98A03 (or 0xF98A03) is known color: Dark Orange. HEX triplet: F9, 8A and 03. RGB value is (249,138,3). Sum of RGB (Red+Green+Blue) = 249+138+3=390 (51% of max value = 765). Red value is 249 (97.66% from 255 or 63.85% from 390); Green value is 138 (54.30% from 255 or 35.38% from 390); Blue value is 3 (1.56% from 255 or 0.77% from 390); Max value from RGB is 249 - color contains mainly: red. Hex color #F98A03 is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #F98A03 is #0675FC. Grayscale: #9C9C9C. Windows color (decimal): -423421 or 232185. OLE color: 232185.
HSL color Cylindrical-coordinate representation of color #F98A03: hue angle of 32.93º degrees, saturation: 0.98, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #F98A03 is Cyan = 0, Magento = 0.45, Yellow = 0.99 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 249 | 138 | 3 | - |
| CMYK | 0 | 0.45 | 0.99 | 0.02 |
| HSL | 32.93º | 0.98% | 0.49% | - |
| HSV(B) | 32.93º | 0.99% | 0.98% | - |
| XYZ | 48.17 | 38.32 | 4.94 | - |
| YUV | 155.8 | 41.77 | 194.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 249 | 138 | 3 | 0 | 0.45 | 0.99 | 0.02 | 32.93 | 0.98 | 0.49 |
| Hex | F9 | 8A | 3 | 0 | 2D | 63 | 2 | 21 | 62 | 31 |
| Octal | 371 | 212 | 3 | 0 | 55 | 143 | 2 | 41 | 142 | 61 |
| Binary | 11111001 | 10001010 | 11 | 0 | 101101 | 1100011 | 10 | 100001 | 1100010 | 110001 |
Color Harmonies of #F98A03
Complementary color
Monochromatic Colors of #F98A03
Black with #F98A03
Text Example
Text Example
White with #F98A03
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F98A03; }
p { color: rgb(249,138,3); }
H1.HeaderClassName
{
color: #F98A03;
}
.AnyTagClassName
{
color: #F98A03;
}
</style>
background-color css
<style>
a { background-color: #F98A03; }
a { background-color: rgb(249,138,3); }
div.DivClassName
{
background-color: #F98A03;
}
.BgClassName
{
background-color: #F98A03;
}
</style>
border-color css
<style>
span { border-color: #F98A03; }
span { border-color: rgb(249,138,3); }
td.TdClassName
{
border-color: #F98A03;
}
.TagClassName
{
border-color: #F98A03;
}
</style>