Shades of Lightning Yellow #F9A73A
Tints of Lightning Yellow #F9A73A
RGB
CMYK
RGB Variations
Color information
#F9A73A (or 0xF9A73A) is known color: Lightning Yellow. HEX triplet: F9, A7 and 3A. RGB value is (249,167,58). Sum of RGB (Red+Green+Blue) = 249+167+58=474 (62% of max value = 765). Red value is 249 (97.66% from 255 or 52.53% from 474); Green value is 167 (65.62% from 255 or 35.23% from 474); Blue value is 58 (23.05% from 255 or 12.24% from 474); Max value from RGB is 249 - color contains mainly: red. Hex color #F9A73A is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #F9A73A is #0658C5. Grayscale: #B3B3B3. Windows color (decimal): -415942 or 3844089. OLE color: 3844089.
HSL color Cylindrical-coordinate representation of color #F9A73A: hue angle of 34.24º 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 #F9A73A is Cyan = 0, Magento = 0.33, Yellow = 0.77 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 249 | 167 | 58 | - |
| CMYK | 0 | 0.33 | 0.77 | 0.02 |
| HSL | 34.24º | 0.94% | 0.6% | - |
| HSV(B) | 34.24º | 0.77% | 0.98% | - |
| XYZ | 53.65 | 48.08 | 10.46 | - |
| YUV | 179.09 | 59.67 | 177.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 249 | 167 | 58 | 0 | 0.33 | 0.77 | 0.02 | 34.24 | 0.94 | 0.6 |
| Hex | F9 | A7 | 3A | 0 | 21 | 4D | 2 | 22 | 5E | 3C |
| Octal | 371 | 247 | 72 | 0 | 41 | 115 | 2 | 42 | 136 | 74 |
| Binary | 11111001 | 10100111 | 111010 | 0 | 100001 | 1001101 | 10 | 100010 | 1011110 | 111100 |
Color Harmonies of #F9A73A
Complementary color
Monochromatic Colors of #F9A73A
Black with #F9A73A
Text Example
Text Example
White with #F9A73A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F9A73A; }
p { color: rgb(249,167,58); }
H1.HeaderClassName
{
color: #F9A73A;
}
.AnyTagClassName
{
color: #F9A73A;
}
</style>
background-color css
<style>
a { background-color: #F9A73A; }
a { background-color: rgb(249,167,58); }
div.DivClassName
{
background-color: #F9A73A;
}
.BgClassName
{
background-color: #F9A73A;
}
</style>
border-color css
<style>
span { border-color: #F9A73A; }
span { border-color: rgb(249,167,58); }
td.TdClassName
{
border-color: #F9A73A;
}
.TagClassName
{
border-color: #F9A73A;
}
</style>