Shades of Orange #FFAF03
Tints of Orange #FFAF03
RGB
CMYK
RGB Variations
Color information
#FFAF03 (or 0xFFAF03) is known color: Orange. HEX triplet: FF, AF and 03. RGB value is (255,175,3). Sum of RGB (Red+Green+Blue) = 255+175+3=433 (57% of max value = 765). Red value is 255 (100% from 255 or 58.89% from 433); Green value is 175 (68.75% from 255 or 40.42% from 433); Blue value is 3 (1.56% from 255 or 0.69% from 433); Max value from RGB is 255 - color contains mainly: red. Hex color #FFAF03 is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #FFAF03 is #0050FC. Grayscale: #B4B4B4. Windows color (decimal): -20733 or 241663. OLE color: 241663.
HSL color Cylindrical-coordinate representation of color #FFAF03: hue angle of 40.95º 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 #FFAF03 is Cyan = 0, Magento = 0.31, Yellow = 0.99 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 175 | 3 | - |
| CMYK | 0 | 0.31 | 0.99 | 0 |
| HSL | 40.95º | 1% | 0.51% | - |
| HSV(B) | 40.95º | 0.99% | 1% | - |
| XYZ | 56.59 | 51.93 | 7.13 | - |
| YUV | 179.31 | 28.5 | 181.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 175 | 3 | 0 | 0.31 | 0.99 | 0 | 40.95 | 1 | 0.51 |
| Hex | FF | AF | 3 | 0 | 1F | 63 | 0 | 29 | 64 | 33 |
| Octal | 377 | 257 | 3 | 0 | 37 | 143 | 0 | 51 | 144 | 63 |
| Binary | 11111111 | 10101111 | 11 | 0 | 11111 | 1100011 | 0 | 101001 | 1100100 | 110011 |
Color Harmonies of #FFAF03
Complementary color
Monochromatic Colors of #FFAF03
Black with #FFAF03
Text Example
Text Example
White with #FFAF03
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFAF03; }
p { color: rgb(255,175,3); }
H1.HeaderClassName
{
color: #FFAF03;
}
.AnyTagClassName
{
color: #FFAF03;
}
</style>
background-color css
<style>
a { background-color: #FFAF03; }
a { background-color: rgb(255,175,3); }
div.DivClassName
{
background-color: #FFAF03;
}
.BgClassName
{
background-color: #FFAF03;
}
</style>
border-color css
<style>
span { border-color: #FFAF03; }
span { border-color: rgb(255,175,3); }
td.TdClassName
{
border-color: #FFAF03;
}
.TagClassName
{
border-color: #FFAF03;
}
</style>