Shades of Dark Orange #F99302
Tints of Dark Orange #F99302
RGB
CMYK
RGB Variations
Color information
#F99302 (or 0xF99302) is known color: Dark Orange. HEX triplet: F9, 93 and 02. RGB value is (249,147,2). Sum of RGB (Red+Green+Blue) = 249+147+2=398 (52% of max value = 765). Red value is 249 (97.66% from 255 or 62.56% from 398); Green value is 147 (57.81% from 255 or 36.93% from 398); Blue value is 2 (1.17% from 255 or 0.50% from 398); Max value from RGB is 249 - color contains mainly: red. Hex color #F99302 is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #F99302 is #066CFD. Grayscale: #A1A1A1. Windows color (decimal): -421118 or 168953. OLE color: 168953.
HSL color Cylindrical-coordinate representation of color #F99302: hue angle of 35.22º 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 #F99302 is Cyan = 0, Magento = 0.41, Yellow = 0.99 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 249 | 147 | 2 | - |
| CMYK | 0 | 0.41 | 0.99 | 0.02 |
| HSL | 35.22º | 0.98% | 0.49% | - |
| HSV(B) | 35.22º | 0.99% | 0.98% | - |
| XYZ | 49.51 | 41.01 | 5.36 | - |
| YUV | 160.97 | 38.29 | 190.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 249 | 147 | 2 | 0 | 0.41 | 0.99 | 0.02 | 35.22 | 0.98 | 0.49 |
| Hex | F9 | 93 | 2 | 0 | 29 | 63 | 2 | 23 | 62 | 31 |
| Octal | 371 | 223 | 2 | 0 | 51 | 143 | 2 | 43 | 142 | 61 |
| Binary | 11111001 | 10010011 | 10 | 0 | 101001 | 1100011 | 10 | 100011 | 1100010 | 110001 |
Color Harmonies of #F99302
Complementary color
Monochromatic Colors of #F99302
Black with #F99302
Text Example
Text Example
White with #F99302
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F99302; }
p { color: rgb(249,147,2); }
H1.HeaderClassName
{
color: #F99302;
}
.AnyTagClassName
{
color: #F99302;
}
</style>
background-color css
<style>
a { background-color: #F99302; }
a { background-color: rgb(249,147,2); }
div.DivClassName
{
background-color: #F99302;
}
.BgClassName
{
background-color: #F99302;
}
</style>
border-color css
<style>
span { border-color: #F99302; }
span { border-color: rgb(249,147,2); }
td.TdClassName
{
border-color: #F99302;
}
.TagClassName
{
border-color: #F99302;
}
</style>