Shades of Lightning Yellow #F5A823
Tints of Lightning Yellow #F5A823
RGB
CMYK
RGB Variations
Color information
#F5A823 (or 0xF5A823) is known color: Lightning Yellow. HEX triplet: F5, A8 and 23. RGB value is (245,168,35). Sum of RGB (Red+Green+Blue) = 245+168+35=448 (59% of max value = 765). Red value is 245 (96.09% from 255 or 54.69% from 448); Green value is 168 (66.02% from 255 or 37.5% from 448); Blue value is 35 (14.06% from 255 or 7.81% from 448); Max value from RGB is 245 - color contains mainly: red. Hex color #F5A823 is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #F5A823 is #0A57DC. Grayscale: #B0B0B0. Windows color (decimal): -677853 or 2337013. OLE color: 2337013.
HSL color Cylindrical-coordinate representation of color #F5A823: hue angle of 38º degrees, saturation: 0.91, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #F5A823 is Cyan = 0, Magento = 0.31, Yellow = 0.86 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 245 | 168 | 35 | - |
| CMYK | 0 | 0.31 | 0.86 | 0.04 |
| HSL | 38º | 0.91% | 0.55% | - |
| HSV(B) | 38º | 0.86% | 0.96% | - |
| XYZ | 51.96 | 47.54 | 8.03 | - |
| YUV | 175.86 | 48.51 | 177.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 245 | 168 | 35 | 0 | 0.31 | 0.86 | 0.04 | 38 | 0.91 | 0.55 |
| Hex | F5 | A8 | 23 | 0 | 1F | 56 | 4 | 26 | 5B | 37 |
| Octal | 365 | 250 | 43 | 0 | 37 | 126 | 4 | 46 | 133 | 67 |
| Binary | 11110101 | 10101000 | 100011 | 0 | 11111 | 1010110 | 100 | 100110 | 1011011 | 110111 |
Color Harmonies of #F5A823
Complementary color
Monochromatic Colors of #F5A823
Black with #F5A823
Text Example
Text Example
White with #F5A823
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F5A823; }
p { color: rgb(245,168,35); }
H1.HeaderClassName
{
color: #F5A823;
}
.AnyTagClassName
{
color: #F5A823;
}
</style>
background-color css
<style>
a { background-color: #F5A823; }
a { background-color: rgb(245,168,35); }
div.DivClassName
{
background-color: #F5A823;
}
.BgClassName
{
background-color: #F5A823;
}
</style>
border-color css
<style>
span { border-color: #F5A823; }
span { border-color: rgb(245,168,35); }
td.TdClassName
{
border-color: #F5A823;
}
.TagClassName
{
border-color: #F5A823;
}
</style>