Shades of Lightning Yellow #F9AD28
Tints of Lightning Yellow #F9AD28
RGB
CMYK
RGB Variations
Color information
#F9AD28 (or 0xF9AD28) is known color: Lightning Yellow. HEX triplet: F9, AD and 28. RGB value is (249,173,40). Sum of RGB (Red+Green+Blue) = 249+173+40=462 (61% of max value = 765). Red value is 249 (97.66% from 255 or 53.90% from 462); Green value is 173 (67.97% from 255 or 37.45% from 462); Blue value is 40 (16.02% from 255 or 8.66% from 462); Max value from RGB is 249 - color contains mainly: red. Hex color #F9AD28 is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #F9AD28 is #0652D7. Grayscale: #B5B5B5. Windows color (decimal): -414424 or 2665977. OLE color: 2665977.
HSL color Cylindrical-coordinate representation of color #F9AD28: hue angle of 38.18º degrees, saturation: 0.95, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #F9AD28 is Cyan = 0, Magento = 0.31, Yellow = 0.84 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 249 | 173 | 40 | - |
| CMYK | 0 | 0.31 | 0.84 | 0.02 |
| HSL | 38.18º | 0.95% | 0.57% | - |
| HSV(B) | 38.18º | 0.84% | 0.98% | - |
| XYZ | 54.39 | 50.18 | 8.83 | - |
| YUV | 180.56 | 48.68 | 176.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 249 | 173 | 40 | 0 | 0.31 | 0.84 | 0.02 | 38.18 | 0.95 | 0.57 |
| Hex | F9 | AD | 28 | 0 | 1F | 54 | 2 | 26 | 5F | 39 |
| Octal | 371 | 255 | 50 | 0 | 37 | 124 | 2 | 46 | 137 | 71 |
| Binary | 11111001 | 10101101 | 101000 | 0 | 11111 | 1010100 | 10 | 100110 | 1011111 | 111001 |
Color Harmonies of #F9AD28
Complementary color
Monochromatic Colors of #F9AD28
Black with #F9AD28
Text Example
Text Example
White with #F9AD28
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F9AD28; }
p { color: rgb(249,173,40); }
H1.HeaderClassName
{
color: #F9AD28;
}
.AnyTagClassName
{
color: #F9AD28;
}
</style>
background-color css
<style>
a { background-color: #F9AD28; }
a { background-color: rgb(249,173,40); }
div.DivClassName
{
background-color: #F9AD28;
}
.BgClassName
{
background-color: #F9AD28;
}
</style>
border-color css
<style>
span { border-color: #F9AD28; }
span { border-color: rgb(249,173,40); }
td.TdClassName
{
border-color: #F9AD28;
}
.TagClassName
{
border-color: #F9AD28;
}
</style>