Shades of Orange #FFAF00
Tints of Orange #FFAF00
RGB
CMYK
RGB Variations
Color information
#FFAF00 (or 0xFFAF00) is known color: Orange. HEX triplet: FF, AF and 00. RGB value is (255,175,0). Sum of RGB (Red+Green+Blue) = 255+175+0=430 (56% of max value = 765). Red value is 255 (100% from 255 or 59.30% from 430); Green value is 175 (68.75% from 255 or 40.70% from 430); Blue value is 0 (0.39% from 255 or 0% from 430); Max value from RGB is 255 - color contains mainly: red. Hex color #FFAF00 is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #FFAF00 is #0050FF. Grayscale: #B3B3B3. Windows color (decimal): -20736 or 45055. OLE color: 45055.
HSL color Cylindrical-coordinate representation of color #FFAF00: hue angle of 41.18º degrees, saturation: 1, lightness: 0.5%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 1%. Process color model (Four color, CMYK) of #FFAF00 is Cyan = 0, Magento = 0.31, Yellow = 1 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 175 | 0 | - |
| CMYK | 0 | 0.31 | 1 | 0 |
| HSL | 41.18º | 1% | 0.5% | - |
| HSV(B) | 41.18º | 1% | 1% | - |
| XYZ | 56.57 | 51.92 | 7.04 | - |
| YUV | 178.97 | 27 | 182.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 175 | 0 | 0 | 0.31 | 1 | 0 | 41.18 | 1 | 0.5 |
| Hex | FF | AF | 0 | 0 | 1F | 64 | 0 | 29 | 64 | 32 |
| Octal | 377 | 257 | 0 | 0 | 37 | 144 | 0 | 51 | 144 | 62 |
| Binary | 11111111 | 10101111 | 0 | 0 | 11111 | 1100100 | 0 | 101001 | 1100100 | 110010 |
Color Harmonies of #FFAF00
Complementary color
Monochromatic Colors of #FFAF00
Black with #FFAF00
Text Example
Text Example
White with #FFAF00
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFAF00; }
p { color: rgb(255,175,0); }
H1.HeaderClassName
{
color: #FFAF00;
}
.AnyTagClassName
{
color: #FFAF00;
}
</style>
background-color css
<style>
a { background-color: #FFAF00; }
a { background-color: rgb(255,175,0); }
div.DivClassName
{
background-color: #FFAF00;
}
.BgClassName
{
background-color: #FFAF00;
}
</style>
border-color css
<style>
span { border-color: #FFAF00; }
span { border-color: rgb(255,175,0); }
td.TdClassName
{
border-color: #FFAF00;
}
.TagClassName
{
border-color: #FFAF00;
}
</style>