Shades of Lightning Yellow #F9A330
Tints of Lightning Yellow #F9A330
RGB
CMYK
RGB Variations
Color information
#F9A330 (or 0xF9A330) is known color: Lightning Yellow. HEX triplet: F9, A3 and 30. RGB value is (249,163,48). Sum of RGB (Red+Green+Blue) = 249+163+48=460 (60% of max value = 765). Red value is 249 (97.66% from 255 or 54.13% from 460); Green value is 163 (64.06% from 255 or 35.43% from 460); Blue value is 48 (19.14% from 255 or 10.43% from 460); Max value from RGB is 249 - color contains mainly: red. Hex color #F9A330 is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #F9A330 is #065CCF. Grayscale: #B0B0B0. Windows color (decimal): -416976 or 3187705. OLE color: 3187705.
HSL color Cylindrical-coordinate representation of color #F9A330: hue angle of 34.33º 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 #F9A330 is Cyan = 0, Magento = 0.35, Yellow = 0.81 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 249 | 163 | 48 | - |
| CMYK | 0 | 0.35 | 0.81 | 0.02 |
| HSL | 34.33º | 0.94% | 0.58% | - |
| HSV(B) | 34.33º | 0.81% | 0.98% | - |
| XYZ | 52.7 | 46.55 | 9 | - |
| YUV | 175.6 | 55.99 | 180.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 249 | 163 | 48 | 0 | 0.35 | 0.81 | 0.02 | 34.33 | 0.94 | 0.58 |
| Hex | F9 | A3 | 30 | 0 | 23 | 51 | 2 | 22 | 5E | 3A |
| Octal | 371 | 243 | 60 | 0 | 43 | 121 | 2 | 42 | 136 | 72 |
| Binary | 11111001 | 10100011 | 110000 | 0 | 100011 | 1010001 | 10 | 100010 | 1011110 | 111010 |
Color Harmonies of #F9A330
Complementary color
Monochromatic Colors of #F9A330
Black with #F9A330
Text Example
Text Example
White with #F9A330
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F9A330; }
p { color: rgb(249,163,48); }
H1.HeaderClassName
{
color: #F9A330;
}
.AnyTagClassName
{
color: #F9A330;
}
</style>
background-color css
<style>
a { background-color: #F9A330; }
a { background-color: rgb(249,163,48); }
div.DivClassName
{
background-color: #F9A330;
}
.BgClassName
{
background-color: #F9A330;
}
</style>
border-color css
<style>
span { border-color: #F9A330; }
span { border-color: rgb(249,163,48); }
td.TdClassName
{
border-color: #F9A330;
}
.TagClassName
{
border-color: #F9A330;
}
</style>