Shades of Lightning Yellow #FFAB27
Tints of Lightning Yellow #FFAB27
RGB
CMYK
RGB Variations
Color information
#FFAB27 (or 0xFFAB27) is known color: Lightning Yellow. HEX triplet: FF, AB and 27. RGB value is (255,171,39). Sum of RGB (Red+Green+Blue) = 255+171+39=465 (61% of max value = 765). Red value is 255 (100% from 255 or 54.84% from 465); Green value is 171 (67.19% from 255 or 36.77% from 465); Blue value is 39 (15.62% from 255 or 8.39% from 465); Max value from RGB is 255 - color contains mainly: red. Hex color #FFAB27 is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #FFAB27 is #0054D8. Grayscale: #B5B5B5. Windows color (decimal): -21721 or 2599935. OLE color: 2599935.
HSL color Cylindrical-coordinate representation of color #FFAB27: hue angle of 36.67º 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 #FFAB27 is Cyan = 0, Magento = 0.33, Yellow = 0.85 and Black (K on CMYK) = 0.
Color convert
| RGB | 255 | 171 | 39 | - |
| CMYK | 0 | 0.33 | 0.85 | 0 |
| HSL | 36.67º | 1% | 0.58% | - |
| HSV(B) | 36.67º | 0.85% | 1% | - |
| XYZ | 56.17 | 50.53 | 8.71 | - |
| YUV | 181.07 | 47.83 | 180.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 255 | 171 | 39 | 0 | 0.33 | 0.85 | 0 | 36.67 | 1 | 0.58 |
| Hex | FF | AB | 27 | 0 | 21 | 55 | 0 | 25 | 64 | 3A |
| Octal | 377 | 253 | 47 | 0 | 41 | 125 | 0 | 45 | 144 | 72 |
| Binary | 11111111 | 10101011 | 100111 | 0 | 100001 | 1010101 | 0 | 100101 | 1100100 | 111010 |
Color Harmonies of #FFAB27
Complementary color
Monochromatic Colors of #FFAB27
Black with #FFAB27
Text Example
Text Example
White with #FFAB27
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FFAB27; }
p { color: rgb(255,171,39); }
H1.HeaderClassName
{
color: #FFAB27;
}
.AnyTagClassName
{
color: #FFAB27;
}
</style>
background-color css
<style>
a { background-color: #FFAB27; }
a { background-color: rgb(255,171,39); }
div.DivClassName
{
background-color: #FFAB27;
}
.BgClassName
{
background-color: #FFAB27;
}
</style>
border-color css
<style>
span { border-color: #FFAB27; }
span { border-color: rgb(255,171,39); }
td.TdClassName
{
border-color: #FFAB27;
}
.TagClassName
{
border-color: #FFAB27;
}
</style>