Shades of Dark Orange #F98F00
Tints of Dark Orange #F98F00
RGB
CMYK
RGB Variations
Color information
#F98F00 (or 0xF98F00) is known color: Dark Orange. HEX triplet: F9, 8F and 00. RGB value is (249,143,0). Sum of RGB (Red+Green+Blue) = 249+143+0=392 (51% of max value = 765). Red value is 249 (97.66% from 255 or 63.52% from 392); Green value is 143 (56.25% from 255 or 36.48% from 392); Blue value is 0 (0.39% from 255 or 0% from 392); Max value from RGB is 249 - color contains mainly: red. Hex color #F98F00 is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #F98F00 is #0670FF. Grayscale: #9F9F9F. Windows color (decimal): -422144 or 36857. OLE color: 36857.
HSL color Cylindrical-coordinate representation of color #F98F00: hue angle of 34.46º degrees, saturation: 1, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 1%. Process color model (Four color, CMYK) of #F98F00 is Cyan = 0, Magento = 0.43, Yellow = 1 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 249 | 143 | 0 | - |
| CMYK | 0 | 0.43 | 1 | 0.02 |
| HSL | 34.46º | 1% | 0.49% | - |
| HSV(B) | 34.46º | 1% | 0.98% | - |
| XYZ | 48.89 | 39.78 | 5.1 | - |
| YUV | 158.39 | 38.62 | 192.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 249 | 143 | 0 | 0 | 0.43 | 1 | 0.02 | 34.46 | 1 | 0.49 |
| Hex | F9 | 8F | 0 | 0 | 2B | 64 | 2 | 22 | 64 | 31 |
| Octal | 371 | 217 | 0 | 0 | 53 | 144 | 2 | 42 | 144 | 61 |
| Binary | 11111001 | 10001111 | 0 | 0 | 101011 | 1100100 | 10 | 100010 | 1100100 | 110001 |
Color Harmonies of #F98F00
Complementary color
Monochromatic Colors of #F98F00
Black with #F98F00
Text Example
Text Example
White with #F98F00
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F98F00; }
p { color: rgb(249,143,0); }
H1.HeaderClassName
{
color: #F98F00;
}
.AnyTagClassName
{
color: #F98F00;
}
</style>
background-color css
<style>
a { background-color: #F98F00; }
a { background-color: rgb(249,143,0); }
div.DivClassName
{
background-color: #F98F00;
}
.BgClassName
{
background-color: #F98F00;
}
</style>
border-color css
<style>
span { border-color: #F98F00; }
span { border-color: rgb(249,143,0); }
td.TdClassName
{
border-color: #F98F00;
}
.TagClassName
{
border-color: #F98F00;
}
</style>