Shades of Lightning Yellow #F8AB2E
Tints of Lightning Yellow #F8AB2E
RGB
CMYK
RGB Variations
Color information
#F8AB2E (or 0xF8AB2E) is known color: Lightning Yellow. HEX triplet: F8, AB and 2E. RGB value is (248,171,46). Sum of RGB (Red+Green+Blue) = 248+171+46=465 (61% of max value = 765). Red value is 248 (97.27% from 255 or 53.33% from 465); Green value is 171 (67.19% from 255 or 36.77% from 465); Blue value is 46 (18.36% from 255 or 9.89% from 465); Max value from RGB is 248 - color contains mainly: red. Hex color #F8AB2E is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #F8AB2E is #0754D1. Grayscale: #B4B4B4. Windows color (decimal): -480466 or 3058680. OLE color: 3058680.
HSL color Cylindrical-coordinate representation of color #F8AB2E: hue angle of 37.13º degrees, saturation: 0.94, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #F8AB2E is Cyan = 0, Magento = 0.31, Yellow = 0.81 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 248 | 171 | 46 | - |
| CMYK | 0 | 0.31 | 0.81 | 0.03 |
| HSL | 37.13º | 0.94% | 0.58% | - |
| HSV(B) | 37.13º | 0.81% | 0.97% | - |
| XYZ | 53.77 | 49.28 | 9.26 | - |
| YUV | 179.77 | 52.51 | 176.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 248 | 171 | 46 | 0 | 0.31 | 0.81 | 0.03 | 37.13 | 0.94 | 0.58 |
| Hex | F8 | AB | 2E | 0 | 1F | 51 | 3 | 25 | 5E | 3A |
| Octal | 370 | 253 | 56 | 0 | 37 | 121 | 3 | 45 | 136 | 72 |
| Binary | 11111000 | 10101011 | 101110 | 0 | 11111 | 1010001 | 11 | 100101 | 1011110 | 111010 |
Color Harmonies of #F8AB2E
Complementary color
Monochromatic Colors of #F8AB2E
Black with #F8AB2E
Text Example
Text Example
White with #F8AB2E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F8AB2E; }
p { color: rgb(248,171,46); }
H1.HeaderClassName
{
color: #F8AB2E;
}
.AnyTagClassName
{
color: #F8AB2E;
}
</style>
background-color css
<style>
a { background-color: #F8AB2E; }
a { background-color: rgb(248,171,46); }
div.DivClassName
{
background-color: #F8AB2E;
}
.BgClassName
{
background-color: #F8AB2E;
}
</style>
border-color css
<style>
span { border-color: #F8AB2E; }
span { border-color: rgb(248,171,46); }
td.TdClassName
{
border-color: #F8AB2E;
}
.TagClassName
{
border-color: #F8AB2E;
}
</style>