Shades of Lightning Yellow #F8A423
Tints of Lightning Yellow #F8A423
RGB
CMYK
RGB Variations
Color information
#F8A423 (or 0xF8A423) is known color: Lightning Yellow. HEX triplet: F8, A4 and 23. RGB value is (248,164,35). Sum of RGB (Red+Green+Blue) = 248+164+35=447 (59% of max value = 765). Red value is 248 (97.27% from 255 or 55.48% from 447); Green value is 164 (64.45% from 255 or 36.69% from 447); Blue value is 35 (14.06% from 255 or 7.83% from 447); Max value from RGB is 248 - color contains mainly: red. Hex color #F8A423 is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #F8A423 is #075BDC. Grayscale: #AFAFAF. Windows color (decimal): -482269 or 2335992. OLE color: 2335992.
HSL color Cylindrical-coordinate representation of color #F8A423: hue angle of 36.34º 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 #F8A423 is Cyan = 0, Magento = 0.34, Yellow = 0.86 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 248 | 164 | 35 | - |
| CMYK | 0 | 0.34 | 0.86 | 0.03 |
| HSL | 36.34º | 0.94% | 0.55% | - |
| HSV(B) | 36.34º | 0.86% | 0.97% | - |
| XYZ | 52.29 | 46.63 | 7.83 | - |
| YUV | 174.41 | 49.33 | 180.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 248 | 164 | 35 | 0 | 0.34 | 0.86 | 0.03 | 36.34 | 0.94 | 0.55 |
| Hex | F8 | A4 | 23 | 0 | 22 | 56 | 3 | 24 | 5E | 37 |
| Octal | 370 | 244 | 43 | 0 | 42 | 126 | 3 | 44 | 136 | 67 |
| Binary | 11111000 | 10100100 | 100011 | 0 | 100010 | 1010110 | 11 | 100100 | 1011110 | 110111 |
Color Harmonies of #F8A423
Complementary color
Monochromatic Colors of #F8A423
Black with #F8A423
Text Example
Text Example
White with #F8A423
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F8A423; }
p { color: rgb(248,164,35); }
H1.HeaderClassName
{
color: #F8A423;
}
.AnyTagClassName
{
color: #F8A423;
}
</style>
background-color css
<style>
a { background-color: #F8A423; }
a { background-color: rgb(248,164,35); }
div.DivClassName
{
background-color: #F8A423;
}
.BgClassName
{
background-color: #F8A423;
}
</style>
border-color css
<style>
span { border-color: #F8A423; }
span { border-color: rgb(248,164,35); }
td.TdClassName
{
border-color: #F8A423;
}
.TagClassName
{
border-color: #F8A423;
}
</style>