Shades of Lightning Yellow #FFA829
Tints of Lightning Yellow #FFA829
RGB
CMYK
RGB Variations
Color information
#FFA829 (or 0xFFA829) is known color: Lightning Yellow. HEX triplet: FF, A8 and 29. RGB value is (255,168,41). Sum of RGB (Red+Green+Blue) = 255+168+41=464 (61% of max value = 765). Red value is 255 (100% from 255 or 54.96% from 464); Green value is 168 (66.02% from 255 or 36.21% from 464); Blue value is 41 (16.41% from 255 or 8.84% from 464); Max value from RGB is 255 - color contains mainly: red. Hex color #FFA829 is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #FFA829 is #0057D6. Grayscale: #B4B4B4. Windows color (decimal): -22487 or 2730239. OLE color: 2730239.
HSL color Cylindrical-coordinate representation of color #FFA829: hue angle of 35.61º degrees, saturation: 1, lightness: 0.58%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #FFA829 is Cyan = 0, Magento = 0.34, Yellow = 0.84 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 168 | 41 | - |
| CMYK | 0 | 0.34 | 0.84 | 0 |
| HSL | 35.61º | 1% | 0.58% | - |
| HSV(B) | 35.61º | 0.84% | 1% | - |
| XYZ | 55.64 | 49.43 | 8.71 | - |
| YUV | 179.54 | 49.82 | 181.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 168 | 41 | 0 | 0.34 | 0.84 | 0 | 35.61 | 1 | 0.58 |
| Hex | FF | A8 | 29 | 0 | 22 | 54 | 0 | 24 | 64 | 3A |
| Octal | 377 | 250 | 51 | 0 | 42 | 124 | 0 | 44 | 144 | 72 |
| Binary | 11111111 | 10101000 | 101001 | 0 | 100010 | 1010100 | 0 | 100100 | 1100100 | 111010 |
Color Harmonies of #FFA829
Complementary color
Monochromatic Colors of #FFA829
Black with #FFA829
Text Example
Text Example
White with #FFA829
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFA829; }
p { color: rgb(255,168,41); }
H1.HeaderClassName
{
color: #FFA829;
}
.AnyTagClassName
{
color: #FFA829;
}
</style>
background-color css
<style>
a { background-color: #FFA829; }
a { background-color: rgb(255,168,41); }
div.DivClassName
{
background-color: #FFA829;
}
.BgClassName
{
background-color: #FFA829;
}
</style>
border-color css
<style>
span { border-color: #FFA829; }
span { border-color: rgb(255,168,41); }
td.TdClassName
{
border-color: #FFA829;
}
.TagClassName
{
border-color: #FFA829;
}
</style>