Shades of Lightning Yellow #F8A823
Tints of Lightning Yellow #F8A823
RGB
CMYK
RGB Variations
Color information
#F8A823 (or 0xF8A823) is known color: Lightning Yellow. HEX triplet: F8, A8 and 23. RGB value is (248,168,35). Sum of RGB (Red+Green+Blue) = 248+168+35=451 (59% of max value = 765). Red value is 248 (97.27% from 255 or 54.99% from 451); Green value is 168 (66.02% from 255 or 37.25% from 451); Blue value is 35 (14.06% from 255 or 7.76% from 451); Max value from RGB is 248 - color contains mainly: red. Hex color #F8A823 is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #F8A823 is #0757DC. Grayscale: #B1B1B1. Windows color (decimal): -481245 or 2337016. OLE color: 2337016.
HSL color Cylindrical-coordinate representation of color #F8A823: hue angle of 37.46º 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 #F8A823 is Cyan = 0, Magento = 0.32, Yellow = 0.86 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 248 | 168 | 35 | - |
| CMYK | 0 | 0.32 | 0.86 | 0.03 |
| HSL | 37.46º | 0.94% | 0.55% | - |
| HSV(B) | 37.46º | 0.86% | 0.97% | - |
| XYZ | 53.02 | 48.08 | 8.08 | - |
| YUV | 176.76 | 48 | 178.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 248 | 168 | 35 | 0 | 0.32 | 0.86 | 0.03 | 37.46 | 0.94 | 0.55 |
| Hex | F8 | A8 | 23 | 0 | 20 | 56 | 3 | 25 | 5E | 37 |
| Octal | 370 | 250 | 43 | 0 | 40 | 126 | 3 | 45 | 136 | 67 |
| Binary | 11111000 | 10101000 | 100011 | 0 | 100000 | 1010110 | 11 | 100101 | 1011110 | 110111 |
Color Harmonies of #F8A823
Complementary color
Monochromatic Colors of #F8A823
Black with #F8A823
Text Example
Text Example
White with #F8A823
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F8A823; }
p { color: rgb(248,168,35); }
H1.HeaderClassName
{
color: #F8A823;
}
.AnyTagClassName
{
color: #F8A823;
}
</style>
background-color css
<style>
a { background-color: #F8A823; }
a { background-color: rgb(248,168,35); }
div.DivClassName
{
background-color: #F8A823;
}
.BgClassName
{
background-color: #F8A823;
}
</style>
border-color css
<style>
span { border-color: #F8A823; }
span { border-color: rgb(248,168,35); }
td.TdClassName
{
border-color: #F8A823;
}
.TagClassName
{
border-color: #F8A823;
}
</style>