Shades of Yellow Orange #FFA63F
Tints of Yellow Orange #FFA63F
RGB
CMYK
RGB Variations
Color information
#FFA63F (or 0xFFA63F) is known color: Yellow Orange. HEX triplet: FF, A6 and 3F. RGB value is (255,166,63). Sum of RGB (Red+Green+Blue) = 255+166+63=484 (64% of max value = 765). Red value is 255 (100% from 255 or 52.69% from 484); Green value is 166 (65.23% from 255 or 34.30% from 484); Blue value is 63 (25% from 255 or 13.02% from 484); Max value from RGB is 255 - color contains mainly: red. Hex color #FFA63F is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #FFA63F is #0059C0. Grayscale: #B5B5B5. Windows color (decimal): -22977 or 4171519. OLE color: 4171519.
HSL color Cylindrical-coordinate representation of color #FFA63F: hue angle of 32.19º degrees, saturation: 1, lightness: 0.62%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #FFA63F is Cyan = 0, Magento = 0.35, Yellow = 0.75 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 166 | 63 | - |
| CMYK | 0 | 0.35 | 0.75 | 0 |
| HSL | 32.19º | 1% | 0.62% | - |
| HSV(B) | 32.19º | 0.75% | 1% | - |
| XYZ | 55.77 | 48.89 | 11.2 | - |
| YUV | 180.87 | 61.49 | 180.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 166 | 63 | 0 | 0.35 | 0.75 | 0 | 32.19 | 1 | 0.62 |
| Hex | FF | A6 | 3F | 0 | 23 | 4B | 0 | 20 | 64 | 3E |
| Octal | 377 | 246 | 77 | 0 | 43 | 113 | 0 | 40 | 144 | 76 |
| Binary | 11111111 | 10100110 | 111111 | 0 | 100011 | 1001011 | 0 | 100000 | 1100100 | 111110 |
Color Harmonies of #FFA63F
Complementary color
Monochromatic Colors of #FFA63F
Black with #FFA63F
Text Example
Text Example
White with #FFA63F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFA63F; }
p { color: rgb(255,166,63); }
H1.HeaderClassName
{
color: #FFA63F;
}
.AnyTagClassName
{
color: #FFA63F;
}
</style>
background-color css
<style>
a { background-color: #FFA63F; }
a { background-color: rgb(255,166,63); }
div.DivClassName
{
background-color: #FFA63F;
}
.BgClassName
{
background-color: #FFA63F;
}
</style>
border-color css
<style>
span { border-color: #FFA63F; }
span { border-color: rgb(255,166,63); }
td.TdClassName
{
border-color: #FFA63F;
}
.TagClassName
{
border-color: #FFA63F;
}
</style>