Shades of Orange #FFA406
Tints of Orange #FFA406
RGB
CMYK
RGB Variations
Color information
#FFA406 (or 0xFFA406) is known color: Orange. HEX triplet: FF, A4 and 06. RGB value is (255,164,6). Sum of RGB (Red+Green+Blue) = 255+164+6=425 (56% of max value = 765). Red value is 255 (100% from 255 or 60% from 425); Green value is 164 (64.45% from 255 or 38.59% from 425); Blue value is 6 (2.73% from 255 or 1.41% from 425); Max value from RGB is 255 - color contains mainly: red. Hex color #FFA406 is not a web safe color. Web safe color analog (approx): #FF9900. Inversed color of #FFA406 is #005BF9. Grayscale: #ADADAD. Windows color (decimal): -23546 or 435455. OLE color: 435455.
HSL color Cylindrical-coordinate representation of color #FFA406: hue angle of 38.07º 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 #FFA406 is Cyan = 0, Magento = 0.36, Yellow = 0.98 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 164 | 6 | - |
| CMYK | 0 | 0.36 | 0.98 | 0 |
| HSL | 38.07º | 1% | 0.51% | - |
| HSV(B) | 38.07º | 0.98% | 1% | - |
| XYZ | 54.55 | 47.82 | 6.53 | - |
| YUV | 173.2 | 33.65 | 186.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 164 | 6 | 0 | 0.36 | 0.98 | 0 | 38.07 | 1 | 0.51 |
| Hex | FF | A4 | 6 | 0 | 24 | 62 | 0 | 26 | 64 | 33 |
| Octal | 377 | 244 | 6 | 0 | 44 | 142 | 0 | 46 | 144 | 63 |
| Binary | 11111111 | 10100100 | 110 | 0 | 100100 | 1100010 | 0 | 100110 | 1100100 | 110011 |
Color Harmonies of #FFA406
Complementary color
Monochromatic Colors of #FFA406
Black with #FFA406
Text Example
Text Example
White with #FFA406
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFA406; }
p { color: rgb(255,164,6); }
H1.HeaderClassName
{
color: #FFA406;
}
.AnyTagClassName
{
color: #FFA406;
}
</style>
background-color css
<style>
a { background-color: #FFA406; }
a { background-color: rgb(255,164,6); }
div.DivClassName
{
background-color: #FFA406;
}
.BgClassName
{
background-color: #FFA406;
}
</style>
border-color css
<style>
span { border-color: #FFA406; }
span { border-color: rgb(255,164,6); }
td.TdClassName
{
border-color: #FFA406;
}
.TagClassName
{
border-color: #FFA406;
}
</style>