Shades of Yellow Orange #FFA63D
Tints of Yellow Orange #FFA63D
RGB
CMYK
RGB Variations
Color information
#FFA63D (or 0xFFA63D) is known color: Yellow Orange. HEX triplet: FF, A6 and 3D. RGB value is (255,166,61). Sum of RGB (Red+Green+Blue) = 255+166+61=482 (63% of max value = 765). Red value is 255 (100% from 255 or 52.90% from 482); Green value is 166 (65.23% from 255 or 34.44% from 482); Blue value is 61 (24.22% from 255 or 12.66% from 482); Max value from RGB is 255 - color contains mainly: red. Hex color #FFA63D is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #FFA63D is #0059C2. Grayscale: #B5B5B5. Windows color (decimal): -22979 or 4040447. OLE color: 4040447.
HSL color Cylindrical-coordinate representation of color #FFA63D: hue angle of 32.47º degrees, saturation: 1, lightness: 0.62%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #FFA63D is Cyan = 0, Magento = 0.35, Yellow = 0.76 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 166 | 61 | - |
| CMYK | 0 | 0.35 | 0.76 | 0 |
| HSL | 32.47º | 1% | 0.62% | - |
| HSV(B) | 32.47º | 0.76% | 1% | - |
| XYZ | 55.72 | 48.87 | 10.91 | - |
| YUV | 180.64 | 60.49 | 181.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 166 | 61 | 0 | 0.35 | 0.76 | 0 | 32.47 | 1 | 0.62 |
| Hex | FF | A6 | 3D | 0 | 23 | 4C | 0 | 20 | 64 | 3E |
| Octal | 377 | 246 | 75 | 0 | 43 | 114 | 0 | 40 | 144 | 76 |
| Binary | 11111111 | 10100110 | 111101 | 0 | 100011 | 1001100 | 0 | 100000 | 1100100 | 111110 |
Color Harmonies of #FFA63D
Complementary color
Monochromatic Colors of #FFA63D
Black with #FFA63D
Text Example
Text Example
White with #FFA63D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFA63D; }
p { color: rgb(255,166,61); }
H1.HeaderClassName
{
color: #FFA63D;
}
.AnyTagClassName
{
color: #FFA63D;
}
</style>
background-color css
<style>
a { background-color: #FFA63D; }
a { background-color: rgb(255,166,61); }
div.DivClassName
{
background-color: #FFA63D;
}
.BgClassName
{
background-color: #FFA63D;
}
</style>
border-color css
<style>
span { border-color: #FFA63D; }
span { border-color: rgb(255,166,61); }
td.TdClassName
{
border-color: #FFA63D;
}
.TagClassName
{
border-color: #FFA63D;
}
</style>