Shades of Dark Orange #F89502
Tints of Dark Orange #F89502
RGB
CMYK
RGB Variations
Color information
#F89502 (or 0xF89502) is known color: Dark Orange. HEX triplet: F8, 95 and 02. RGB value is (248,149,2). Sum of RGB (Red+Green+Blue) = 248+149+2=399 (52% of max value = 765). Red value is 248 (97.27% from 255 or 62.16% from 399); Green value is 149 (58.59% from 255 or 37.34% from 399); Blue value is 2 (1.17% from 255 or 0.50% from 399); Max value from RGB is 248 - color contains mainly: red. Hex color #F89502 is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #F89502 is #076AFD. Grayscale: #A2A2A2. Windows color (decimal): -486142 or 169464. OLE color: 169464.
HSL color Cylindrical-coordinate representation of color #F89502: hue angle of 35.85º degrees, saturation: 0.98, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #F89502 is Cyan = 0, Magento = 0.40, Yellow = 0.99 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 248 | 149 | 2 | - |
| CMYK | 0 | 0.40 | 0.99 | 0.03 |
| HSL | 35.85º | 0.98% | 0.49% | - |
| HSV(B) | 35.85º | 0.99% | 0.97% | - |
| XYZ | 49.47 | 41.46 | 5.45 | - |
| YUV | 161.84 | 37.8 | 189.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 248 | 149 | 2 | 0 | 0.40 | 0.99 | 0.03 | 35.85 | 0.98 | 0.49 |
| Hex | F8 | 95 | 2 | 0 | 28 | 63 | 3 | 24 | 62 | 31 |
| Octal | 370 | 225 | 2 | 0 | 50 | 143 | 3 | 44 | 142 | 61 |
| Binary | 11111000 | 10010101 | 10 | 0 | 101000 | 1100011 | 11 | 100100 | 1100010 | 110001 |
Color Harmonies of #F89502
Complementary color
Monochromatic Colors of #F89502
Black with #F89502
Text Example
Text Example
White with #F89502
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F89502; }
p { color: rgb(248,149,2); }
H1.HeaderClassName
{
color: #F89502;
}
.AnyTagClassName
{
color: #F89502;
}
</style>
background-color css
<style>
a { background-color: #F89502; }
a { background-color: rgb(248,149,2); }
div.DivClassName
{
background-color: #F89502;
}
.BgClassName
{
background-color: #F89502;
}
</style>
border-color css
<style>
span { border-color: #F89502; }
span { border-color: rgb(248,149,2); }
td.TdClassName
{
border-color: #F89502;
}
.TagClassName
{
border-color: #F89502;
}
</style>