Shades of Orange #FFAF05
Tints of Orange #FFAF05
RGB
CMYK
RGB Variations
Color information
#FFAF05 (or 0xFFAF05) is known color: Orange. HEX triplet: FF, AF and 05. RGB value is (255,175,5). Sum of RGB (Red+Green+Blue) = 255+175+5=435 (57% of max value = 765). Red value is 255 (100% from 255 or 58.62% from 435); Green value is 175 (68.75% from 255 or 40.23% from 435); Blue value is 5 (2.34% from 255 or 1.15% from 435); Max value from RGB is 255 - color contains mainly: red. Hex color #FFAF05 is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #FFAF05 is #0050FA. Grayscale: #B4B4B4. Windows color (decimal): -20731 or 372735. OLE color: 372735.
HSL color Cylindrical-coordinate representation of color #FFAF05: hue angle of 40.8º degrees, saturation: 1, lightness: 0.51%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #FFAF05 is Cyan = 0, Magento = 0.31, Yellow = 0.98 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 175 | 5 | - |
| CMYK | 0 | 0.31 | 0.98 | 0 |
| HSL | 40.8º | 1% | 0.51% | - |
| HSV(B) | 40.8º | 0.98% | 1% | - |
| XYZ | 56.6 | 51.93 | 7.18 | - |
| YUV | 179.54 | 29.5 | 181.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 175 | 5 | 0 | 0.31 | 0.98 | 0 | 40.8 | 1 | 0.51 |
| Hex | FF | AF | 5 | 0 | 1F | 62 | 0 | 29 | 64 | 33 |
| Octal | 377 | 257 | 5 | 0 | 37 | 142 | 0 | 51 | 144 | 63 |
| Binary | 11111111 | 10101111 | 101 | 0 | 11111 | 1100010 | 0 | 101001 | 1100100 | 110011 |
Color Harmonies of #FFAF05
Complementary color
Monochromatic Colors of #FFAF05
Black with #FFAF05
Text Example
Text Example
White with #FFAF05
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFAF05; }
p { color: rgb(255,175,5); }
H1.HeaderClassName
{
color: #FFAF05;
}
.AnyTagClassName
{
color: #FFAF05;
}
</style>
background-color css
<style>
a { background-color: #FFAF05; }
a { background-color: rgb(255,175,5); }
div.DivClassName
{
background-color: #FFAF05;
}
.BgClassName
{
background-color: #FFAF05;
}
</style>
border-color css
<style>
span { border-color: #FFAF05; }
span { border-color: rgb(255,175,5); }
td.TdClassName
{
border-color: #FFAF05;
}
.TagClassName
{
border-color: #FFAF05;
}
</style>