Shades of Lightning Yellow #F8A728
Tints of Lightning Yellow #F8A728
RGB
CMYK
RGB Variations
Color information
#F8A728 (or 0xF8A728) is known color: Lightning Yellow. HEX triplet: F8, A7 and 28. RGB value is (248,167,40). Sum of RGB (Red+Green+Blue) = 248+167+40=455 (60% of max value = 765). Red value is 248 (97.27% from 255 or 54.51% from 455); Green value is 167 (65.62% from 255 or 36.70% from 455); Blue value is 40 (16.02% from 255 or 8.79% from 455); Max value from RGB is 248 - color contains mainly: red. Hex color #F8A728 is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #F8A728 is #0758D7. Grayscale: #B1B1B1. Windows color (decimal): -481496 or 2664440. OLE color: 2664440.
HSL color Cylindrical-coordinate representation of color #F8A728: hue angle of 36.63º 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 #F8A728 is Cyan = 0, Magento = 0.33, Yellow = 0.84 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 248 | 167 | 40 | - |
| CMYK | 0 | 0.33 | 0.84 | 0.03 |
| HSL | 36.63º | 0.94% | 0.56% | - |
| HSV(B) | 36.63º | 0.84% | 0.97% | - |
| XYZ | 52.91 | 47.75 | 8.43 | - |
| YUV | 176.74 | 50.84 | 178.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 248 | 167 | 40 | 0 | 0.33 | 0.84 | 0.03 | 36.63 | 0.94 | 0.56 |
| Hex | F8 | A7 | 28 | 0 | 21 | 54 | 3 | 25 | 5E | 38 |
| Octal | 370 | 247 | 50 | 0 | 41 | 124 | 3 | 45 | 136 | 70 |
| Binary | 11111000 | 10100111 | 101000 | 0 | 100001 | 1010100 | 11 | 100101 | 1011110 | 111000 |
Color Harmonies of #F8A728
Complementary color
Monochromatic Colors of #F8A728
Black with #F8A728
Text Example
Text Example
White with #F8A728
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F8A728; }
p { color: rgb(248,167,40); }
H1.HeaderClassName
{
color: #F8A728;
}
.AnyTagClassName
{
color: #F8A728;
}
</style>
background-color css
<style>
a { background-color: #F8A728; }
a { background-color: rgb(248,167,40); }
div.DivClassName
{
background-color: #F8A728;
}
.BgClassName
{
background-color: #F8A728;
}
</style>
border-color css
<style>
span { border-color: #F8A728; }
span { border-color: rgb(248,167,40); }
td.TdClassName
{
border-color: #F8A728;
}
.TagClassName
{
border-color: #F8A728;
}
</style>