Shades of Orange #F8A309
Tints of Orange #F8A309
RGB
CMYK
RGB Variations
Color information
#F8A309 (or 0xF8A309) is known color: Orange. HEX triplet: F8, A3 and 09. RGB value is (248,163,9). Sum of RGB (Red+Green+Blue) = 248+163+9=420 (55% of max value = 765). Red value is 248 (97.27% from 255 or 59.05% from 420); Green value is 163 (64.06% from 255 or 38.81% from 420); Blue value is 9 (3.91% from 255 or 2.14% from 420); Max value from RGB is 248 - color contains mainly: red. Hex color #F8A309 is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #F8A309 is #075CF6. Grayscale: #ABABAB. Windows color (decimal): -482551 or 631800. OLE color: 631800.
HSL color Cylindrical-coordinate representation of color #F8A309: hue angle of 38.66º degrees, saturation: 0.94, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #F8A309 is Cyan = 0, Magento = 0.34, Yellow = 0.96 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 248 | 163 | 9 | - |
| CMYK | 0 | 0.34 | 0.96 | 0.03 |
| HSL | 38.66º | 0.94% | 0.5% | - |
| HSV(B) | 38.66º | 0.96% | 0.97% | - |
| XYZ | 51.86 | 46.17 | 6.44 | - |
| YUV | 170.86 | 36.66 | 183.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 248 | 163 | 9 | 0 | 0.34 | 0.96 | 0.03 | 38.66 | 0.94 | 0.5 |
| Hex | F8 | A3 | 9 | 0 | 22 | 60 | 3 | 27 | 5E | 32 |
| Octal | 370 | 243 | 11 | 0 | 42 | 140 | 3 | 47 | 136 | 62 |
| Binary | 11111000 | 10100011 | 1001 | 0 | 100010 | 1100000 | 11 | 100111 | 1011110 | 110010 |
Color Harmonies of #F8A309
Complementary color
Monochromatic Colors of #F8A309
Black with #F8A309
Text Example
Text Example
White with #F8A309
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F8A309; }
p { color: rgb(248,163,9); }
H1.HeaderClassName
{
color: #F8A309;
}
.AnyTagClassName
{
color: #F8A309;
}
</style>
background-color css
<style>
a { background-color: #F8A309; }
a { background-color: rgb(248,163,9); }
div.DivClassName
{
background-color: #F8A309;
}
.BgClassName
{
background-color: #F8A309;
}
</style>
border-color css
<style>
span { border-color: #F8A309; }
span { border-color: rgb(248,163,9); }
td.TdClassName
{
border-color: #F8A309;
}
.TagClassName
{
border-color: #F8A309;
}
</style>