Shades of Lightning Yellow #F8A625
Tints of Lightning Yellow #F8A625
RGB
CMYK
RGB Variations
Color information
#F8A625 (or 0xF8A625) is known color: Lightning Yellow. HEX triplet: F8, A6 and 25. RGB value is (248,166,37). Sum of RGB (Red+Green+Blue) = 248+166+37=451 (59% of max value = 765). Red value is 248 (97.27% from 255 or 54.99% from 451); Green value is 166 (65.23% from 255 or 36.81% from 451); Blue value is 37 (14.84% from 255 or 8.20% from 451); Max value from RGB is 248 - color contains mainly: red. Hex color #F8A625 is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #F8A625 is #0759DA. Grayscale: #B0B0B0. Windows color (decimal): -481755 or 2467576. OLE color: 2467576.
HSL color Cylindrical-coordinate representation of color #F8A625: hue angle of 36.68º degrees, saturation: 0.94, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #F8A625 is Cyan = 0, Magento = 0.33, Yellow = 0.85 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 248 | 166 | 37 | - |
| CMYK | 0 | 0.33 | 0.85 | 0.03 |
| HSL | 36.68º | 0.94% | 0.56% | - |
| HSV(B) | 36.68º | 0.85% | 0.97% | - |
| XYZ | 52.68 | 47.36 | 8.12 | - |
| YUV | 175.81 | 49.67 | 179.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 248 | 166 | 37 | 0 | 0.33 | 0.85 | 0.03 | 36.68 | 0.94 | 0.56 |
| Hex | F8 | A6 | 25 | 0 | 21 | 55 | 3 | 25 | 5E | 38 |
| Octal | 370 | 246 | 45 | 0 | 41 | 125 | 3 | 45 | 136 | 70 |
| Binary | 11111000 | 10100110 | 100101 | 0 | 100001 | 1010101 | 11 | 100101 | 1011110 | 111000 |
Color Harmonies of #F8A625
Complementary color
Monochromatic Colors of #F8A625
Black with #F8A625
Text Example
Text Example
White with #F8A625
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F8A625; }
p { color: rgb(248,166,37); }
H1.HeaderClassName
{
color: #F8A625;
}
.AnyTagClassName
{
color: #F8A625;
}
</style>
background-color css
<style>
a { background-color: #F8A625; }
a { background-color: rgb(248,166,37); }
div.DivClassName
{
background-color: #F8A625;
}
.BgClassName
{
background-color: #F8A625;
}
</style>
border-color css
<style>
span { border-color: #F8A625; }
span { border-color: rgb(248,166,37); }
td.TdClassName
{
border-color: #F8A625;
}
.TagClassName
{
border-color: #F8A625;
}
</style>