Shades of Lightning Yellow #FFA326
Tints of Lightning Yellow #FFA326
RGB
CMYK
RGB Variations
Color information
#FFA326 (or 0xFFA326) is known color: Lightning Yellow. HEX triplet: FF, A3 and 26. RGB value is (255,163,38). Sum of RGB (Red+Green+Blue) = 255+163+38=456 (60% of max value = 765). Red value is 255 (100% from 255 or 55.92% from 456); Green value is 163 (64.06% from 255 or 35.75% from 456); Blue value is 38 (15.23% from 255 or 8.33% from 456); Max value from RGB is 255 - color contains mainly: red. Hex color #FFA326 is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #FFA326 is #005CD9. Grayscale: #B0B0B0. Windows color (decimal): -23770 or 2532351. OLE color: 2532351.
HSL color Cylindrical-coordinate representation of color #FFA326: hue angle of 34.56º degrees, saturation: 1, lightness: 0.57%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #FFA326 is Cyan = 0, Magento = 0.36, Yellow = 0.85 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 163 | 38 | - |
| CMYK | 0 | 0.36 | 0.85 | 0 |
| HSL | 34.56º | 1% | 0.57% | - |
| HSV(B) | 34.56º | 0.85% | 1% | - |
| XYZ | 54.69 | 47.59 | 8.14 | - |
| YUV | 176.26 | 49.98 | 184.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 163 | 38 | 0 | 0.36 | 0.85 | 0 | 34.56 | 1 | 0.57 |
| Hex | FF | A3 | 26 | 0 | 24 | 55 | 0 | 23 | 64 | 39 |
| Octal | 377 | 243 | 46 | 0 | 44 | 125 | 0 | 43 | 144 | 71 |
| Binary | 11111111 | 10100011 | 100110 | 0 | 100100 | 1010101 | 0 | 100011 | 1100100 | 111001 |
Color Harmonies of #FFA326
Complementary color
Monochromatic Colors of #FFA326
Black with #FFA326
Text Example
Text Example
White with #FFA326
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFA326; }
p { color: rgb(255,163,38); }
H1.HeaderClassName
{
color: #FFA326;
}
.AnyTagClassName
{
color: #FFA326;
}
</style>
background-color css
<style>
a { background-color: #FFA326; }
a { background-color: rgb(255,163,38); }
div.DivClassName
{
background-color: #FFA326;
}
.BgClassName
{
background-color: #FFA326;
}
</style>
border-color css
<style>
span { border-color: #FFA326; }
span { border-color: rgb(255,163,38); }
td.TdClassName
{
border-color: #FFA326;
}
.TagClassName
{
border-color: #FFA326;
}
</style>