Shades of Orange #FFAD08
Tints of Orange #FFAD08
RGB
CMYK
RGB Variations
Color information
#FFAD08 (or 0xFFAD08) is known color: Orange. HEX triplet: FF, AD and 08. RGB value is (255,173,8). Sum of RGB (Red+Green+Blue) = 255+173+8=436 (57% of max value = 765). Red value is 255 (100% from 255 or 58.49% from 436); Green value is 173 (67.97% from 255 or 39.68% from 436); Blue value is 8 (3.52% from 255 or 1.83% from 436); Max value from RGB is 255 - color contains mainly: red. Hex color #FFAD08 is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #FFAD08 is #0052F7. Grayscale: #B3B3B3. Windows color (decimal): -21240 or 568831. OLE color: 568831.
HSL color Cylindrical-coordinate representation of color #FFAD08: hue angle of 40.08º 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 #FFAD08 is Cyan = 0, Magento = 0.32, Yellow = 0.97 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 173 | 8 | - |
| CMYK | 0 | 0.32 | 0.97 | 0 |
| HSL | 40.08º | 1% | 0.52% | - |
| HSV(B) | 40.08º | 0.97% | 1% | - |
| XYZ | 56.23 | 51.16 | 7.14 | - |
| YUV | 178.71 | 31.67 | 182.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 173 | 8 | 0 | 0.32 | 0.97 | 0 | 40.08 | 1 | 0.52 |
| Hex | FF | AD | 8 | 0 | 20 | 61 | 0 | 28 | 64 | 34 |
| Octal | 377 | 255 | 10 | 0 | 40 | 141 | 0 | 50 | 144 | 64 |
| Binary | 11111111 | 10101101 | 1000 | 0 | 100000 | 1100001 | 0 | 101000 | 1100100 | 110100 |
Color Harmonies of #FFAD08
Complementary color
Monochromatic Colors of #FFAD08
Black with #FFAD08
Text Example
Text Example
White with #FFAD08
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFAD08; }
p { color: rgb(255,173,8); }
H1.HeaderClassName
{
color: #FFAD08;
}
.AnyTagClassName
{
color: #FFAD08;
}
</style>
background-color css
<style>
a { background-color: #FFAD08; }
a { background-color: rgb(255,173,8); }
div.DivClassName
{
background-color: #FFAD08;
}
.BgClassName
{
background-color: #FFAD08;
}
</style>
border-color css
<style>
span { border-color: #FFAD08; }
span { border-color: rgb(255,173,8); }
td.TdClassName
{
border-color: #FFAD08;
}
.TagClassName
{
border-color: #FFAD08;
}
</style>