Shades of Orange #F5AD08
Tints of Orange #F5AD08
RGB
CMYK
RGB Variations
Color information
#F5AD08 (or 0xF5AD08) is known color: Orange. HEX triplet: F5, AD and 08. RGB value is (245,173,8). Sum of RGB (Red+Green+Blue) = 245+173+8=426 (56% of max value = 765). Red value is 245 (96.09% from 255 or 57.51% from 426); Green value is 173 (67.97% from 255 or 40.61% from 426); Blue value is 8 (3.52% from 255 or 1.88% from 426); Max value from RGB is 245 - color contains mainly: red. Hex color #F5AD08 is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #F5AD08 is #0A52F7. Grayscale: #B0B0B0. Windows color (decimal): -676600 or 568821. OLE color: 568821.
HSL color Cylindrical-coordinate representation of color #F5AD08: hue angle of 41.77º degrees, saturation: 0.94, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #F5AD08 is Cyan = 0, Magento = 0.29, Yellow = 0.97 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 245 | 173 | 8 | - |
| CMYK | 0 | 0.29 | 0.97 | 0.04 |
| HSL | 41.77º | 0.94% | 0.5% | - |
| HSV(B) | 41.77º | 0.97% | 0.96% | - |
| XYZ | 52.64 | 49.32 | 6.97 | - |
| YUV | 175.72 | 33.35 | 177.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 245 | 173 | 8 | 0 | 0.29 | 0.97 | 0.04 | 41.77 | 0.94 | 0.5 |
| Hex | F5 | AD | 8 | 0 | 1D | 61 | 4 | 2A | 5E | 32 |
| Octal | 365 | 255 | 10 | 0 | 35 | 141 | 4 | 52 | 136 | 62 |
| Binary | 11110101 | 10101101 | 1000 | 0 | 11101 | 1100001 | 100 | 101010 | 1011110 | 110010 |
Color Harmonies of #F5AD08
Complementary color
Monochromatic Colors of #F5AD08
Black with #F5AD08
Text Example
Text Example
White with #F5AD08
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F5AD08; }
p { color: rgb(245,173,8); }
H1.HeaderClassName
{
color: #F5AD08;
}
.AnyTagClassName
{
color: #F5AD08;
}
</style>
background-color css
<style>
a { background-color: #F5AD08; }
a { background-color: rgb(245,173,8); }
div.DivClassName
{
background-color: #F5AD08;
}
.BgClassName
{
background-color: #F5AD08;
}
</style>
border-color css
<style>
span { border-color: #F5AD08; }
span { border-color: rgb(245,173,8); }
td.TdClassName
{
border-color: #F5AD08;
}
.TagClassName
{
border-color: #F5AD08;
}
</style>