Shades of Yellow Orange #FFA63B
Tints of Yellow Orange #FFA63B
RGB
CMYK
RGB Variations
Color information
#FFA63B (or 0xFFA63B) is known color: Yellow Orange. HEX triplet: FF, A6 and 3B. RGB value is (255,166,59). Sum of RGB (Red+Green+Blue) = 255+166+59=480 (63% of max value = 765). Red value is 255 (100% from 255 or 53.12% from 480); Green value is 166 (65.23% from 255 or 34.58% from 480); Blue value is 59 (23.44% from 255 or 12.29% from 480); Max value from RGB is 255 - color contains mainly: red. Hex color #FFA63B is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #FFA63B is #0059C4. Grayscale: #B4B4B4. Windows color (decimal): -22981 or 3909375. OLE color: 3909375.
HSL color Cylindrical-coordinate representation of color #FFA63B: hue angle of 32.76º degrees, saturation: 1, lightness: 0.62%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #FFA63B is Cyan = 0, Magento = 0.35, Yellow = 0.77 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 166 | 59 | - |
| CMYK | 0 | 0.35 | 0.77 | 0 |
| HSL | 32.76º | 1% | 0.62% | - |
| HSV(B) | 32.76º | 0.77% | 1% | - |
| XYZ | 55.67 | 48.85 | 10.63 | - |
| YUV | 180.41 | 59.49 | 181.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 166 | 59 | 0 | 0.35 | 0.77 | 0 | 32.76 | 1 | 0.62 |
| Hex | FF | A6 | 3B | 0 | 23 | 4D | 0 | 21 | 64 | 3E |
| Octal | 377 | 246 | 73 | 0 | 43 | 115 | 0 | 41 | 144 | 76 |
| Binary | 11111111 | 10100110 | 111011 | 0 | 100011 | 1001101 | 0 | 100001 | 1100100 | 111110 |
Color Harmonies of #FFA63B
Complementary color
Monochromatic Colors of #FFA63B
Black with #FFA63B
Text Example
Text Example
White with #FFA63B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFA63B; }
p { color: rgb(255,166,59); }
H1.HeaderClassName
{
color: #FFA63B;
}
.AnyTagClassName
{
color: #FFA63B;
}
</style>
background-color css
<style>
a { background-color: #FFA63B; }
a { background-color: rgb(255,166,59); }
div.DivClassName
{
background-color: #FFA63B;
}
.BgClassName
{
background-color: #FFA63B;
}
</style>
border-color css
<style>
span { border-color: #FFA63B; }
span { border-color: rgb(255,166,59); }
td.TdClassName
{
border-color: #FFA63B;
}
.TagClassName
{
border-color: #FFA63B;
}
</style>