Shades of Lightning Yellow #F9A930
Tints of Lightning Yellow #F9A930
RGB
CMYK
RGB Variations
Color information
#F9A930 (or 0xF9A930) is known color: Lightning Yellow. HEX triplet: F9, A9 and 30. RGB value is (249,169,48). Sum of RGB (Red+Green+Blue) = 249+169+48=466 (61% of max value = 765). Red value is 249 (97.66% from 255 or 53.43% from 466); Green value is 169 (66.41% from 255 or 36.27% from 466); Blue value is 48 (19.14% from 255 or 10.30% from 466); Max value from RGB is 249 - color contains mainly: red. Hex color #F9A930 is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #F9A930 is #0656CF. Grayscale: #B3B3B3. Windows color (decimal): -415440 or 3189241. OLE color: 3189241.
HSL color Cylindrical-coordinate representation of color #F9A930: hue angle of 36.12º degrees, saturation: 0.94, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #F9A930 is Cyan = 0, Magento = 0.32, Yellow = 0.81 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 249 | 169 | 48 | - |
| CMYK | 0 | 0.32 | 0.81 | 0.02 |
| HSL | 36.12º | 0.94% | 0.58% | - |
| HSV(B) | 36.12º | 0.81% | 0.98% | - |
| XYZ | 53.79 | 48.73 | 9.37 | - |
| YUV | 179.13 | 54 | 177.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 249 | 169 | 48 | 0 | 0.32 | 0.81 | 0.02 | 36.12 | 0.94 | 0.58 |
| Hex | F9 | A9 | 30 | 0 | 20 | 51 | 2 | 24 | 5E | 3A |
| Octal | 371 | 251 | 60 | 0 | 40 | 121 | 2 | 44 | 136 | 72 |
| Binary | 11111001 | 10101001 | 110000 | 0 | 100000 | 1010001 | 10 | 100100 | 1011110 | 111010 |
Color Harmonies of #F9A930
Complementary color
Monochromatic Colors of #F9A930
Black with #F9A930
Text Example
Text Example
White with #F9A930
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F9A930; }
p { color: rgb(249,169,48); }
H1.HeaderClassName
{
color: #F9A930;
}
.AnyTagClassName
{
color: #F9A930;
}
</style>
background-color css
<style>
a { background-color: #F9A930; }
a { background-color: rgb(249,169,48); }
div.DivClassName
{
background-color: #F9A930;
}
.BgClassName
{
background-color: #F9A930;
}
</style>
border-color css
<style>
span { border-color: #F9A930; }
span { border-color: rgb(249,169,48); }
td.TdClassName
{
border-color: #F9A930;
}
.TagClassName
{
border-color: #F9A930;
}
</style>