Shades of Yellow Orange #FFA641
Tints of Yellow Orange #FFA641
RGB
CMYK
RGB Variations
Color information
#FFA641 (or 0xFFA641) is known color: Yellow Orange. HEX triplet: FF, A6 and 41. RGB value is (255,166,65). Sum of RGB (Red+Green+Blue) = 255+166+65=486 (64% of max value = 765). Red value is 255 (100% from 255 or 52.47% from 486); Green value is 166 (65.23% from 255 or 34.16% from 486); Blue value is 65 (25.78% from 255 or 13.37% from 486); Max value from RGB is 255 - color contains mainly: red. Hex color #FFA641 is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #FFA641 is #0059BE. Grayscale: #B5B5B5. Windows color (decimal): -22975 or 4302591. OLE color: 4302591.
HSL color Cylindrical-coordinate representation of color #FFA641: hue angle of 31.89º degrees, saturation: 1, lightness: 0.63%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #FFA641 is Cyan = 0, Magento = 0.35, Yellow = 0.75 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 166 | 65 | - |
| CMYK | 0 | 0.35 | 0.75 | 0 |
| HSL | 31.89º | 1% | 0.63% | - |
| HSV(B) | 31.89º | 0.75% | 1% | - |
| XYZ | 55.83 | 48.91 | 11.5 | - |
| YUV | 181.1 | 62.49 | 180.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 166 | 65 | 0 | 0.35 | 0.75 | 0 | 31.89 | 1 | 0.63 |
| Hex | FF | A6 | 41 | 0 | 23 | 4B | 0 | 20 | 64 | 3F |
| Octal | 377 | 246 | 101 | 0 | 43 | 113 | 0 | 40 | 144 | 77 |
| Binary | 11111111 | 10100110 | 1000001 | 0 | 100011 | 1001011 | 0 | 100000 | 1100100 | 111111 |
Color Harmonies of #FFA641
Complementary color
Monochromatic Colors of #FFA641
Black with #FFA641
Text Example
Text Example
White with #FFA641
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFA641; }
p { color: rgb(255,166,65); }
H1.HeaderClassName
{
color: #FFA641;
}
.AnyTagClassName
{
color: #FFA641;
}
</style>
background-color css
<style>
a { background-color: #FFA641; }
a { background-color: rgb(255,166,65); }
div.DivClassName
{
background-color: #FFA641;
}
.BgClassName
{
background-color: #FFA641;
}
</style>
border-color css
<style>
span { border-color: #FFA641; }
span { border-color: rgb(255,166,65); }
td.TdClassName
{
border-color: #FFA641;
}
.TagClassName
{
border-color: #FFA641;
}
</style>