Shades of Lightning Yellow #F9A83A
Tints of Lightning Yellow #F9A83A
RGB
CMYK
RGB Variations
Color information
#F9A83A (or 0xF9A83A) is known color: Lightning Yellow. HEX triplet: F9, A8 and 3A. RGB value is (249,168,58). Sum of RGB (Red+Green+Blue) = 249+168+58=475 (62% of max value = 765). Red value is 249 (97.66% from 255 or 52.42% from 475); Green value is 168 (66.02% from 255 or 35.37% from 475); Blue value is 58 (23.05% from 255 or 12.21% from 475); Max value from RGB is 249 - color contains mainly: red. Hex color #F9A83A is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #F9A83A is #0657C5. Grayscale: #B4B4B4. Windows color (decimal): -415686 or 3844345. OLE color: 3844345.
HSL color Cylindrical-coordinate representation of color #F9A83A: hue angle of 34.55º degrees, saturation: 0.94, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #F9A83A is Cyan = 0, Magento = 0.33, Yellow = 0.77 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 249 | 168 | 58 | - |
| CMYK | 0 | 0.33 | 0.77 | 0.02 |
| HSL | 34.55º | 0.94% | 0.6% | - |
| HSV(B) | 34.55º | 0.77% | 0.98% | - |
| XYZ | 53.83 | 48.45 | 10.52 | - |
| YUV | 179.68 | 59.34 | 177.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 249 | 168 | 58 | 0 | 0.33 | 0.77 | 0.02 | 34.55 | 0.94 | 0.6 |
| Hex | F9 | A8 | 3A | 0 | 21 | 4D | 2 | 23 | 5E | 3C |
| Octal | 371 | 250 | 72 | 0 | 41 | 115 | 2 | 43 | 136 | 74 |
| Binary | 11111001 | 10101000 | 111010 | 0 | 100001 | 1001101 | 10 | 100011 | 1011110 | 111100 |
Color Harmonies of #F9A83A
Complementary color
Monochromatic Colors of #F9A83A
Black with #F9A83A
Text Example
Text Example
White with #F9A83A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F9A83A; }
p { color: rgb(249,168,58); }
H1.HeaderClassName
{
color: #F9A83A;
}
.AnyTagClassName
{
color: #F9A83A;
}
</style>
background-color css
<style>
a { background-color: #F9A83A; }
a { background-color: rgb(249,168,58); }
div.DivClassName
{
background-color: #F9A83A;
}
.BgClassName
{
background-color: #F9A83A;
}
</style>
border-color css
<style>
span { border-color: #F9A83A; }
span { border-color: rgb(249,168,58); }
td.TdClassName
{
border-color: #F9A83A;
}
.TagClassName
{
border-color: #F9A83A;
}
</style>