Shades of Lightning Yellow #F8A827
Tints of Lightning Yellow #F8A827
RGB
CMYK
RGB Variations
Color information
#F8A827 (or 0xF8A827) is known color: Lightning Yellow. HEX triplet: F8, A8 and 27. RGB value is (248,168,39). Sum of RGB (Red+Green+Blue) = 248+168+39=455 (60% of max value = 765). Red value is 248 (97.27% from 255 or 54.51% from 455); Green value is 168 (66.02% from 255 or 36.92% from 455); Blue value is 39 (15.62% from 255 or 8.57% from 455); Max value from RGB is 248 - color contains mainly: red. Hex color #F8A827 is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #F8A827 is #0757D8. Grayscale: #B1B1B1. Windows color (decimal): -481241 or 2599160. OLE color: 2599160.
HSL color Cylindrical-coordinate representation of color #F8A827: hue angle of 37.03º 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 #F8A827 is Cyan = 0, Magento = 0.32, Yellow = 0.84 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 248 | 168 | 39 | - |
| CMYK | 0 | 0.32 | 0.84 | 0.03 |
| HSL | 37.03º | 0.94% | 0.56% | - |
| HSV(B) | 37.03º | 0.84% | 0.97% | - |
| XYZ | 53.08 | 48.11 | 8.41 | - |
| YUV | 177.21 | 50 | 178.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 248 | 168 | 39 | 0 | 0.32 | 0.84 | 0.03 | 37.03 | 0.94 | 0.56 |
| Hex | F8 | A8 | 27 | 0 | 20 | 54 | 3 | 25 | 5E | 38 |
| Octal | 370 | 250 | 47 | 0 | 40 | 124 | 3 | 45 | 136 | 70 |
| Binary | 11111000 | 10101000 | 100111 | 0 | 100000 | 1010100 | 11 | 100101 | 1011110 | 111000 |
Color Harmonies of #F8A827
Complementary color
Monochromatic Colors of #F8A827
Black with #F8A827
Text Example
Text Example
White with #F8A827
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F8A827; }
p { color: rgb(248,168,39); }
H1.HeaderClassName
{
color: #F8A827;
}
.AnyTagClassName
{
color: #F8A827;
}
</style>
background-color css
<style>
a { background-color: #F8A827; }
a { background-color: rgb(248,168,39); }
div.DivClassName
{
background-color: #F8A827;
}
.BgClassName
{
background-color: #F8A827;
}
</style>
border-color css
<style>
span { border-color: #F8A827; }
span { border-color: rgb(248,168,39); }
td.TdClassName
{
border-color: #F8A827;
}
.TagClassName
{
border-color: #F8A827;
}
</style>