Shades of Yellow Orange #FFA942
Tints of Yellow Orange #FFA942
RGB
CMYK
RGB Variations
Color information
#FFA942 (or 0xFFA942) is known color: Yellow Orange. HEX triplet: FF, A9 and 42. RGB value is (255,169,66). Sum of RGB (Red+Green+Blue) = 255+169+66=490 (64% of max value = 765). Red value is 255 (100% from 255 or 52.04% from 490); Green value is 169 (66.41% from 255 or 34.49% from 490); Blue value is 66 (26.17% from 255 or 13.47% from 490); Max value from RGB is 255 - color contains mainly: red. Hex color #FFA942 is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #FFA942 is #0056BD. Grayscale: #B7B7B7. Windows color (decimal): -22206 or 4368895. OLE color: 4368895.
HSL color Cylindrical-coordinate representation of color #FFA942: hue angle of 32.7º 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 #FFA942 is Cyan = 0, Magento = 0.34, Yellow = 0.74 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 169 | 66 | - |
| CMYK | 0 | 0.34 | 0.74 | 0 |
| HSL | 32.7º | 1% | 0.63% | - |
| HSV(B) | 32.7º | 0.74% | 1% | - |
| XYZ | 56.41 | 50.03 | 11.84 | - |
| YUV | 182.97 | 61.99 | 179.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 169 | 66 | 0 | 0.34 | 0.74 | 0 | 32.7 | 1 | 0.63 |
| Hex | FF | A9 | 42 | 0 | 22 | 4A | 0 | 21 | 64 | 3F |
| Octal | 377 | 251 | 102 | 0 | 42 | 112 | 0 | 41 | 144 | 77 |
| Binary | 11111111 | 10101001 | 1000010 | 0 | 100010 | 1001010 | 0 | 100001 | 1100100 | 111111 |
Color Harmonies of #FFA942
Complementary color
Monochromatic Colors of #FFA942
Black with #FFA942
Text Example
Text Example
White with #FFA942
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFA942; }
p { color: rgb(255,169,66); }
H1.HeaderClassName
{
color: #FFA942;
}
.AnyTagClassName
{
color: #FFA942;
}
</style>
background-color css
<style>
a { background-color: #FFA942; }
a { background-color: rgb(255,169,66); }
div.DivClassName
{
background-color: #FFA942;
}
.BgClassName
{
background-color: #FFA942;
}
</style>
border-color css
<style>
span { border-color: #FFA942; }
span { border-color: rgb(255,169,66); }
td.TdClassName
{
border-color: #FFA942;
}
.TagClassName
{
border-color: #FFA942;
}
</style>