Shades of Orange #FFA308
Tints of Orange #FFA308
RGB
CMYK
RGB Variations
Color information
#FFA308 (or 0xFFA308) is known color: Orange. HEX triplet: FF, A3 and 08. RGB value is (255,163,8). Sum of RGB (Red+Green+Blue) = 255+163+8=426 (56% of max value = 765). Red value is 255 (100% from 255 or 59.86% from 426); Green value is 163 (64.06% from 255 or 38.26% from 426); Blue value is 8 (3.52% from 255 or 1.88% from 426); Max value from RGB is 255 - color contains mainly: red. Hex color #FFA308 is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #FFA308 is #005CF7. Grayscale: #ADADAD. Windows color (decimal): -23800 or 566271. OLE color: 566271.
HSL color Cylindrical-coordinate representation of color #FFA308: hue angle of 37.65º degrees, saturation: 1, lightness: 0.52%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #FFA308 is Cyan = 0, Magento = 0.36, Yellow = 0.97 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 163 | 8 | - |
| CMYK | 0 | 0.36 | 0.97 | 0 |
| HSL | 37.65º | 1% | 0.52% | - |
| HSV(B) | 37.65º | 0.97% | 1% | - |
| XYZ | 54.38 | 47.47 | 6.53 | - |
| YUV | 172.84 | 34.98 | 186.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 163 | 8 | 0 | 0.36 | 0.97 | 0 | 37.65 | 1 | 0.52 |
| Hex | FF | A3 | 8 | 0 | 24 | 61 | 0 | 26 | 64 | 34 |
| Octal | 377 | 243 | 10 | 0 | 44 | 141 | 0 | 46 | 144 | 64 |
| Binary | 11111111 | 10100011 | 1000 | 0 | 100100 | 1100001 | 0 | 100110 | 1100100 | 110100 |
Color Harmonies of #FFA308
Complementary color
Monochromatic Colors of #FFA308
Black with #FFA308
Text Example
Text Example
White with #FFA308
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFA308; }
p { color: rgb(255,163,8); }
H1.HeaderClassName
{
color: #FFA308;
}
.AnyTagClassName
{
color: #FFA308;
}
</style>
background-color css
<style>
a { background-color: #FFA308; }
a { background-color: rgb(255,163,8); }
div.DivClassName
{
background-color: #FFA308;
}
.BgClassName
{
background-color: #FFA308;
}
</style>
border-color css
<style>
span { border-color: #FFA308; }
span { border-color: rgb(255,163,8); }
td.TdClassName
{
border-color: #FFA308;
}
.TagClassName
{
border-color: #FFA308;
}
</style>