Shades of Lightning Yellow #F5A832
Tints of Lightning Yellow #F5A832
RGB
CMYK
RGB Variations
Color information
#F5A832 (or 0xF5A832) is known color: Lightning Yellow. HEX triplet: F5, A8 and 32. RGB value is (245,168,50). Sum of RGB (Red+Green+Blue) = 245+168+50=463 (61% of max value = 765). Red value is 245 (96.09% from 255 or 52.92% from 463); Green value is 168 (66.02% from 255 or 36.29% from 463); Blue value is 50 (19.92% from 255 or 10.80% from 463); Max value from RGB is 245 - color contains mainly: red. Hex color #F5A832 is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #F5A832 is #0A57CD. Grayscale: #B2B2B2. Windows color (decimal): -677838 or 3320053. OLE color: 3320053.
HSL color Cylindrical-coordinate representation of color #F5A832: hue angle of 36.31º degrees, saturation: 0.91, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #F5A832 is Cyan = 0, Magento = 0.31, Yellow = 0.80 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 245 | 168 | 50 | - |
| CMYK | 0 | 0.31 | 0.80 | 0.04 |
| HSL | 36.31º | 0.91% | 0.58% | - |
| HSV(B) | 36.31º | 0.8% | 0.96% | - |
| XYZ | 52.23 | 47.65 | 9.46 | - |
| YUV | 177.57 | 56.01 | 176.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 245 | 168 | 50 | 0 | 0.31 | 0.80 | 0.04 | 36.31 | 0.91 | 0.58 |
| Hex | F5 | A8 | 32 | 0 | 1F | 50 | 4 | 24 | 5B | 3A |
| Octal | 365 | 250 | 62 | 0 | 37 | 120 | 4 | 44 | 133 | 72 |
| Binary | 11110101 | 10101000 | 110010 | 0 | 11111 | 1010000 | 100 | 100100 | 1011011 | 111010 |
Color Harmonies of #F5A832
Complementary color
Monochromatic Colors of #F5A832
Black with #F5A832
Text Example
Text Example
White with #F5A832
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F5A832; }
p { color: rgb(245,168,50); }
H1.HeaderClassName
{
color: #F5A832;
}
.AnyTagClassName
{
color: #F5A832;
}
</style>
background-color css
<style>
a { background-color: #F5A832; }
a { background-color: rgb(245,168,50); }
div.DivClassName
{
background-color: #F5A832;
}
.BgClassName
{
background-color: #F5A832;
}
</style>
border-color css
<style>
span { border-color: #F5A832; }
span { border-color: rgb(245,168,50); }
td.TdClassName
{
border-color: #F5A832;
}
.TagClassName
{
border-color: #F5A832;
}
</style>