Shades of Lightning Yellow #F8A828
Tints of Lightning Yellow #F8A828
RGB
CMYK
RGB Variations
Color information
#F8A828 (or 0xF8A828) is known color: Lightning Yellow. HEX triplet: F8, A8 and 28. RGB value is (248,168,40). Sum of RGB (Red+Green+Blue) = 248+168+40=456 (60% of max value = 765). Red value is 248 (97.27% from 255 or 54.39% from 456); Green value is 168 (66.02% from 255 or 36.84% from 456); Blue value is 40 (16.02% from 255 or 8.77% from 456); Max value from RGB is 248 - color contains mainly: red. Hex color #F8A828 is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #F8A828 is #0757D7. Grayscale: #B1B1B1. Windows color (decimal): -481240 or 2664696. OLE color: 2664696.
HSL color Cylindrical-coordinate representation of color #F8A828: hue angle of 36.92º degrees, saturation: 0.94, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #F8A828 is Cyan = 0, Magento = 0.32, Yellow = 0.84 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 248 | 168 | 40 | - |
| CMYK | 0 | 0.32 | 0.84 | 0.03 |
| HSL | 36.92º | 0.94% | 0.56% | - |
| HSV(B) | 36.92º | 0.84% | 0.97% | - |
| XYZ | 53.1 | 48.11 | 8.5 | - |
| YUV | 177.33 | 50.5 | 178.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 248 | 168 | 40 | 0 | 0.32 | 0.84 | 0.03 | 36.92 | 0.94 | 0.56 |
| Hex | F8 | A8 | 28 | 0 | 20 | 54 | 3 | 25 | 5E | 38 |
| Octal | 370 | 250 | 50 | 0 | 40 | 124 | 3 | 45 | 136 | 70 |
| Binary | 11111000 | 10101000 | 101000 | 0 | 100000 | 1010100 | 11 | 100101 | 1011110 | 111000 |
Color Harmonies of #F8A828
Complementary color
Monochromatic Colors of #F8A828
Black with #F8A828
Text Example
Text Example
White with #F8A828
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F8A828; }
p { color: rgb(248,168,40); }
H1.HeaderClassName
{
color: #F8A828;
}
.AnyTagClassName
{
color: #F8A828;
}
</style>
background-color css
<style>
a { background-color: #F8A828; }
a { background-color: rgb(248,168,40); }
div.DivClassName
{
background-color: #F8A828;
}
.BgClassName
{
background-color: #F8A828;
}
</style>
border-color css
<style>
span { border-color: #F8A828; }
span { border-color: rgb(248,168,40); }
td.TdClassName
{
border-color: #F8A828;
}
.TagClassName
{
border-color: #F8A828;
}
</style>