Shades of Yellow Orange #FFA642
Tints of Yellow Orange #FFA642
RGB
CMYK
RGB Variations
Color information
#FFA642 (or 0xFFA642) is known color: Yellow Orange. HEX triplet: FF, A6 and 42. RGB value is (255,166,66). Sum of RGB (Red+Green+Blue) = 255+166+66=487 (64% of max value = 765). Red value is 255 (100% from 255 or 52.36% from 487); Green value is 166 (65.23% from 255 or 34.09% from 487); Blue value is 66 (26.17% from 255 or 13.55% from 487); Max value from RGB is 255 - color contains mainly: red. Hex color #FFA642 is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #FFA642 is #0059BD. Grayscale: #B5B5B5. Windows color (decimal): -22974 or 4368127. OLE color: 4368127.
HSL color Cylindrical-coordinate representation of color #FFA642: hue angle of 31.75º degrees, saturation: 1, lightness: 0.63%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #FFA642 is Cyan = 0, Magento = 0.35, Yellow = 0.74 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 166 | 66 | - |
| CMYK | 0 | 0.35 | 0.74 | 0 |
| HSL | 31.75º | 1% | 0.63% | - |
| HSV(B) | 31.75º | 0.74% | 1% | - |
| XYZ | 55.86 | 48.93 | 11.65 | - |
| YUV | 181.21 | 62.99 | 180.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 166 | 66 | 0 | 0.35 | 0.74 | 0 | 31.75 | 1 | 0.63 |
| Hex | FF | A6 | 42 | 0 | 23 | 4A | 0 | 20 | 64 | 3F |
| Octal | 377 | 246 | 102 | 0 | 43 | 112 | 0 | 40 | 144 | 77 |
| Binary | 11111111 | 10100110 | 1000010 | 0 | 100011 | 1001010 | 0 | 100000 | 1100100 | 111111 |
Color Harmonies of #FFA642
Complementary color
Monochromatic Colors of #FFA642
Black with #FFA642
Text Example
Text Example
White with #FFA642
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFA642; }
p { color: rgb(255,166,66); }
H1.HeaderClassName
{
color: #FFA642;
}
.AnyTagClassName
{
color: #FFA642;
}
</style>
background-color css
<style>
a { background-color: #FFA642; }
a { background-color: rgb(255,166,66); }
div.DivClassName
{
background-color: #FFA642;
}
.BgClassName
{
background-color: #FFA642;
}
</style>
border-color css
<style>
span { border-color: #FFA642; }
span { border-color: rgb(255,166,66); }
td.TdClassName
{
border-color: #FFA642;
}
.TagClassName
{
border-color: #FFA642;
}
</style>