Shades of Lightning Yellow #F8A522
Tints of Lightning Yellow #F8A522
RGB
CMYK
RGB Variations
Color information
#F8A522 (or 0xF8A522) is known color: Lightning Yellow. HEX triplet: F8, A5 and 22. RGB value is (248,165,34). Sum of RGB (Red+Green+Blue) = 248+165+34=447 (59% of max value = 765). Red value is 248 (97.27% from 255 or 55.48% from 447); Green value is 165 (64.84% from 255 or 36.91% from 447); Blue value is 34 (13.67% from 255 or 7.61% from 447); Max value from RGB is 248 - color contains mainly: red. Hex color #F8A522 is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #F8A522 is #075ADD. Grayscale: #AFAFAF. Windows color (decimal): -482014 or 2270712. OLE color: 2270712.
HSL color Cylindrical-coordinate representation of color #F8A522: hue angle of 36.73º degrees, saturation: 0.94, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #F8A522 is Cyan = 0, Magento = 0.33, Yellow = 0.86 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 248 | 165 | 34 | - |
| CMYK | 0 | 0.33 | 0.86 | 0.03 |
| HSL | 36.73º | 0.94% | 0.55% | - |
| HSV(B) | 36.73º | 0.86% | 0.97% | - |
| XYZ | 52.46 | 46.98 | 7.82 | - |
| YUV | 174.88 | 48.5 | 180.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 248 | 165 | 34 | 0 | 0.33 | 0.86 | 0.03 | 36.73 | 0.94 | 0.55 |
| Hex | F8 | A5 | 22 | 0 | 21 | 56 | 3 | 25 | 5E | 37 |
| Octal | 370 | 245 | 42 | 0 | 41 | 126 | 3 | 45 | 136 | 67 |
| Binary | 11111000 | 10100101 | 100010 | 0 | 100001 | 1010110 | 11 | 100101 | 1011110 | 110111 |
Color Harmonies of #F8A522
Complementary color
Monochromatic Colors of #F8A522
Black with #F8A522
Text Example
Text Example
White with #F8A522
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F8A522; }
p { color: rgb(248,165,34); }
H1.HeaderClassName
{
color: #F8A522;
}
.AnyTagClassName
{
color: #F8A522;
}
</style>
background-color css
<style>
a { background-color: #F8A522; }
a { background-color: rgb(248,165,34); }
div.DivClassName
{
background-color: #F8A522;
}
.BgClassName
{
background-color: #F8A522;
}
</style>
border-color css
<style>
span { border-color: #F8A522; }
span { border-color: rgb(248,165,34); }
td.TdClassName
{
border-color: #F8A522;
}
.TagClassName
{
border-color: #F8A522;
}
</style>