Shades of Orange #FFAD03
Tints of Orange #FFAD03
RGB
CMYK
RGB Variations
Color information
#FFAD03 (or 0xFFAD03) is known color: Orange. HEX triplet: FF, AD and 03. RGB value is (255,173,3). Sum of RGB (Red+Green+Blue) = 255+173+3=431 (57% of max value = 765). Red value is 255 (100% from 255 or 59.16% from 431); Green value is 173 (67.97% from 255 or 40.14% from 431); Blue value is 3 (1.56% from 255 or 0.70% from 431); Max value from RGB is 255 - color contains mainly: red. Hex color #FFAD03 is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #FFAD03 is #0052FC. Grayscale: #B2B2B2. Windows color (decimal): -21245 or 241151. OLE color: 241151.
HSL color Cylindrical-coordinate representation of color #FFAD03: hue angle of 40.48º degrees, saturation: 1, lightness: 0.51%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #FFAD03 is Cyan = 0, Magento = 0.32, Yellow = 0.99 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 173 | 3 | - |
| CMYK | 0 | 0.32 | 0.99 | 0 |
| HSL | 40.48º | 1% | 0.51% | - |
| HSV(B) | 40.48º | 0.99% | 1% | - |
| XYZ | 56.2 | 51.15 | 7 | - |
| YUV | 178.14 | 29.17 | 182.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 173 | 3 | 0 | 0.32 | 0.99 | 0 | 40.48 | 1 | 0.51 |
| Hex | FF | AD | 3 | 0 | 20 | 63 | 0 | 28 | 64 | 33 |
| Octal | 377 | 255 | 3 | 0 | 40 | 143 | 0 | 50 | 144 | 63 |
| Binary | 11111111 | 10101101 | 11 | 0 | 100000 | 1100011 | 0 | 101000 | 1100100 | 110011 |
Color Harmonies of #FFAD03
Complementary color
Monochromatic Colors of #FFAD03
Black with #FFAD03
Text Example
Text Example
White with #FFAD03
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFAD03; }
p { color: rgb(255,173,3); }
H1.HeaderClassName
{
color: #FFAD03;
}
.AnyTagClassName
{
color: #FFAD03;
}
</style>
background-color css
<style>
a { background-color: #FFAD03; }
a { background-color: rgb(255,173,3); }
div.DivClassName
{
background-color: #FFAD03;
}
.BgClassName
{
background-color: #FFAD03;
}
</style>
border-color css
<style>
span { border-color: #FFAD03; }
span { border-color: rgb(255,173,3); }
td.TdClassName
{
border-color: #FFAD03;
}
.TagClassName
{
border-color: #FFAD03;
}
</style>