Shades of Lightning Yellow #FFA027
Tints of Lightning Yellow #FFA027
RGB
CMYK
RGB Variations
Color information
#FFA027 (or 0xFFA027) is known color: Lightning Yellow. HEX triplet: FF, A0 and 27. RGB value is (255,160,39). Sum of RGB (Red+Green+Blue) = 255+160+39=454 (60% of max value = 765). Red value is 255 (100% from 255 or 56.17% from 454); Green value is 160 (62.89% from 255 or 35.24% from 454); Blue value is 39 (15.62% from 255 or 8.59% from 454); Max value from RGB is 255 - color contains mainly: red. Hex color #FFA027 is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #FFA027 is #005FD8. Grayscale: #AFAFAF. Windows color (decimal): -24537 or 2597119. OLE color: 2597119.
HSL color Cylindrical-coordinate representation of color #FFA027: hue angle of 33.61º degrees, saturation: 1, lightness: 0.58%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #FFA027 is Cyan = 0, Magento = 0.37, Yellow = 0.85 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 160 | 39 | - |
| CMYK | 0 | 0.37 | 0.85 | 0 |
| HSL | 33.61º | 1% | 0.58% | - |
| HSV(B) | 33.61º | 0.85% | 1% | - |
| XYZ | 54.18 | 46.55 | 8.05 | - |
| YUV | 174.61 | 51.47 | 185.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 160 | 39 | 0 | 0.37 | 0.85 | 0 | 33.61 | 1 | 0.58 |
| Hex | FF | A0 | 27 | 0 | 25 | 55 | 0 | 22 | 64 | 3A |
| Octal | 377 | 240 | 47 | 0 | 45 | 125 | 0 | 42 | 144 | 72 |
| Binary | 11111111 | 10100000 | 100111 | 0 | 100101 | 1010101 | 0 | 100010 | 1100100 | 111010 |
Color Harmonies of #FFA027
Complementary color
Monochromatic Colors of #FFA027
Black with #FFA027
Text Example
Text Example
White with #FFA027
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFA027; }
p { color: rgb(255,160,39); }
H1.HeaderClassName
{
color: #FFA027;
}
.AnyTagClassName
{
color: #FFA027;
}
</style>
background-color css
<style>
a { background-color: #FFA027; }
a { background-color: rgb(255,160,39); }
div.DivClassName
{
background-color: #FFA027;
}
.BgClassName
{
background-color: #FFA027;
}
</style>
border-color css
<style>
span { border-color: #FFA027; }
span { border-color: rgb(255,160,39); }
td.TdClassName
{
border-color: #FFA027;
}
.TagClassName
{
border-color: #FFA027;
}
</style>