Shades of Orange #FFAF04
Tints of Orange #FFAF04
RGB
CMYK
RGB Variations
Color information
#FFAF04 (or 0xFFAF04) is known color: Orange. HEX triplet: FF, AF and 04. RGB value is (255,175,4). Sum of RGB (Red+Green+Blue) = 255+175+4=434 (57% of max value = 765). Red value is 255 (100% from 255 or 58.76% from 434); Green value is 175 (68.75% from 255 or 40.32% from 434); Blue value is 4 (1.95% from 255 or 0.92% from 434); Max value from RGB is 255 - color contains mainly: red. Hex color #FFAF04 is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #FFAF04 is #0050FB. Grayscale: #B4B4B4. Windows color (decimal): -20732 or 307199. OLE color: 307199.
HSL color Cylindrical-coordinate representation of color #FFAF04: hue angle of 40.88º 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 #FFAF04 is Cyan = 0, Magento = 0.31, Yellow = 0.98 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 175 | 4 | - |
| CMYK | 0 | 0.31 | 0.98 | 0 |
| HSL | 40.88º | 1% | 0.51% | - |
| HSV(B) | 40.88º | 0.98% | 1% | - |
| XYZ | 56.59 | 51.93 | 7.16 | - |
| YUV | 179.43 | 29 | 181.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 175 | 4 | 0 | 0.31 | 0.98 | 0 | 40.88 | 1 | 0.51 |
| Hex | FF | AF | 4 | 0 | 1F | 62 | 0 | 29 | 64 | 33 |
| Octal | 377 | 257 | 4 | 0 | 37 | 142 | 0 | 51 | 144 | 63 |
| Binary | 11111111 | 10101111 | 100 | 0 | 11111 | 1100010 | 0 | 101001 | 1100100 | 110011 |
Color Harmonies of #FFAF04
Complementary color
Monochromatic Colors of #FFAF04
Black with #FFAF04
Text Example
Text Example
White with #FFAF04
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFAF04; }
p { color: rgb(255,175,4); }
H1.HeaderClassName
{
color: #FFAF04;
}
.AnyTagClassName
{
color: #FFAF04;
}
</style>
background-color css
<style>
a { background-color: #FFAF04; }
a { background-color: rgb(255,175,4); }
div.DivClassName
{
background-color: #FFAF04;
}
.BgClassName
{
background-color: #FFAF04;
}
</style>
border-color css
<style>
span { border-color: #FFAF04; }
span { border-color: rgb(255,175,4); }
td.TdClassName
{
border-color: #FFAF04;
}
.TagClassName
{
border-color: #FFAF04;
}
</style>