Shades of Orange #FFA407
Tints of Orange #FFA407
RGB
CMYK
RGB Variations
Color information
#FFA407 (or 0xFFA407) is known color: Orange. HEX triplet: FF, A4 and 07. RGB value is (255,164,7). Sum of RGB (Red+Green+Blue) = 255+164+7=426 (56% of max value = 765). Red value is 255 (100% from 255 or 59.86% from 426); Green value is 164 (64.45% from 255 or 38.50% from 426); Blue value is 7 (3.12% from 255 or 1.64% from 426); Max value from RGB is 255 - color contains mainly: red. Hex color #FFA407 is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #FFA407 is #005BF8. Grayscale: #AEAEAE. Windows color (decimal): -23545 or 500991. OLE color: 500991.
HSL color Cylindrical-coordinate representation of color #FFA407: hue angle of 37.98º degrees, saturation: 1, lightness: 0.51%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #FFA407 is Cyan = 0, Magento = 0.36, Yellow = 0.97 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 164 | 7 | - |
| CMYK | 0 | 0.36 | 0.97 | 0 |
| HSL | 37.98º | 1% | 0.51% | - |
| HSV(B) | 37.98º | 0.97% | 1% | - |
| XYZ | 54.55 | 47.83 | 6.56 | - |
| YUV | 173.31 | 34.15 | 186.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 164 | 7 | 0 | 0.36 | 0.97 | 0 | 37.98 | 1 | 0.51 |
| Hex | FF | A4 | 7 | 0 | 24 | 61 | 0 | 26 | 64 | 33 |
| Octal | 377 | 244 | 7 | 0 | 44 | 141 | 0 | 46 | 144 | 63 |
| Binary | 11111111 | 10100100 | 111 | 0 | 100100 | 1100001 | 0 | 100110 | 1100100 | 110011 |
Color Harmonies of #FFA407
Complementary color
Monochromatic Colors of #FFA407
Black with #FFA407
Text Example
Text Example
White with #FFA407
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFA407; }
p { color: rgb(255,164,7); }
H1.HeaderClassName
{
color: #FFA407;
}
.AnyTagClassName
{
color: #FFA407;
}
</style>
background-color css
<style>
a { background-color: #FFA407; }
a { background-color: rgb(255,164,7); }
div.DivClassName
{
background-color: #FFA407;
}
.BgClassName
{
background-color: #FFA407;
}
</style>
border-color css
<style>
span { border-color: #FFA407; }
span { border-color: rgb(255,164,7); }
td.TdClassName
{
border-color: #FFA407;
}
.TagClassName
{
border-color: #FFA407;
}
</style>