Shades of Lightning Yellow #FFA626
Tints of Lightning Yellow #FFA626
RGB
CMYK
RGB Variations
Color information
#FFA626 (or 0xFFA626) is known color: Lightning Yellow. HEX triplet: FF, A6 and 26. RGB value is (255,166,38). Sum of RGB (Red+Green+Blue) = 255+166+38=459 (60% of max value = 765). Red value is 255 (100% from 255 or 55.56% from 459); Green value is 166 (65.23% from 255 or 36.17% from 459); Blue value is 38 (15.23% from 255 or 8.28% from 459); Max value from RGB is 255 - color contains mainly: red. Hex color #FFA626 is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #FFA626 is #0059D9. Grayscale: #B2B2B2. Windows color (decimal): -23002 or 2533119. OLE color: 2533119.
HSL color Cylindrical-coordinate representation of color #FFA626: hue angle of 35.39º 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 #FFA626 is Cyan = 0, Magento = 0.35, Yellow = 0.85 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 166 | 38 | - |
| CMYK | 0 | 0.35 | 0.85 | 0 |
| HSL | 35.39º | 1% | 0.57% | - |
| HSV(B) | 35.39º | 0.85% | 1% | - |
| XYZ | 55.23 | 48.67 | 8.32 | - |
| YUV | 178.02 | 48.99 | 182.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 166 | 38 | 0 | 0.35 | 0.85 | 0 | 35.39 | 1 | 0.57 |
| Hex | FF | A6 | 26 | 0 | 23 | 55 | 0 | 23 | 64 | 39 |
| Octal | 377 | 246 | 46 | 0 | 43 | 125 | 0 | 43 | 144 | 71 |
| Binary | 11111111 | 10100110 | 100110 | 0 | 100011 | 1010101 | 0 | 100011 | 1100100 | 111001 |
Color Harmonies of #FFA626
Complementary color
Monochromatic Colors of #FFA626
Black with #FFA626
Text Example
Text Example
White with #FFA626
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFA626; }
p { color: rgb(255,166,38); }
H1.HeaderClassName
{
color: #FFA626;
}
.AnyTagClassName
{
color: #FFA626;
}
</style>
background-color css
<style>
a { background-color: #FFA626; }
a { background-color: rgb(255,166,38); }
div.DivClassName
{
background-color: #FFA626;
}
.BgClassName
{
background-color: #FFA626;
}
</style>
border-color css
<style>
span { border-color: #FFA626; }
span { border-color: rgb(255,166,38); }
td.TdClassName
{
border-color: #FFA626;
}
.TagClassName
{
border-color: #FFA626;
}
</style>