Shades of Lightning Yellow #FFA726
Tints of Lightning Yellow #FFA726
RGB
CMYK
RGB Variations
Color information
#FFA726 (or 0xFFA726) is known color: Lightning Yellow. HEX triplet: FF, A7 and 26. RGB value is (255,167,38). Sum of RGB (Red+Green+Blue) = 255+167+38=460 (60% of max value = 765). Red value is 255 (100% from 255 or 55.43% from 460); Green value is 167 (65.62% from 255 or 36.30% from 460); Blue value is 38 (15.23% from 255 or 8.26% from 460); Max value from RGB is 255 - color contains mainly: red. Hex color #FFA726 is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #FFA726 is #0058D9. Grayscale: #B3B3B3. Windows color (decimal): -22746 or 2533375. OLE color: 2533375.
HSL color Cylindrical-coordinate representation of color #FFA726: hue angle of 35.67º 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 #FFA726 is Cyan = 0, Magento = 0.35, Yellow = 0.85 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 167 | 38 | - |
| CMYK | 0 | 0.35 | 0.85 | 0 |
| HSL | 35.67º | 1% | 0.57% | - |
| HSV(B) | 35.67º | 0.85% | 1% | - |
| XYZ | 55.41 | 49.04 | 8.38 | - |
| YUV | 178.61 | 48.65 | 182.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 167 | 38 | 0 | 0.35 | 0.85 | 0 | 35.67 | 1 | 0.57 |
| Hex | FF | A7 | 26 | 0 | 23 | 55 | 0 | 24 | 64 | 39 |
| Octal | 377 | 247 | 46 | 0 | 43 | 125 | 0 | 44 | 144 | 71 |
| Binary | 11111111 | 10100111 | 100110 | 0 | 100011 | 1010101 | 0 | 100100 | 1100100 | 111001 |
Color Harmonies of #FFA726
Complementary color
Monochromatic Colors of #FFA726
Black with #FFA726
Text Example
Text Example
White with #FFA726
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFA726; }
p { color: rgb(255,167,38); }
H1.HeaderClassName
{
color: #FFA726;
}
.AnyTagClassName
{
color: #FFA726;
}
</style>
background-color css
<style>
a { background-color: #FFA726; }
a { background-color: rgb(255,167,38); }
div.DivClassName
{
background-color: #FFA726;
}
.BgClassName
{
background-color: #FFA726;
}
</style>
border-color css
<style>
span { border-color: #FFA726; }
span { border-color: rgb(255,167,38); }
td.TdClassName
{
border-color: #FFA726;
}
.TagClassName
{
border-color: #FFA726;
}
</style>