Shades of Lightning Yellow #F9A82A
Tints of Lightning Yellow #F9A82A
RGB
CMYK
RGB Variations
Color information
#F9A82A (or 0xF9A82A) is known color: Lightning Yellow. HEX triplet: F9, A8 and 2A. RGB value is (249,168,42). Sum of RGB (Red+Green+Blue) = 249+168+42=459 (60% of max value = 765). Red value is 249 (97.66% from 255 or 54.25% from 459); Green value is 168 (66.02% from 255 or 36.60% from 459); Blue value is 42 (16.80% from 255 or 9.15% from 459); Max value from RGB is 249 - color contains mainly: red. Hex color #F9A82A is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #F9A82A is #0657D5. Grayscale: #B2B2B2. Windows color (decimal): -415702 or 2795769. OLE color: 2795769.
HSL color Cylindrical-coordinate representation of color #F9A82A: hue angle of 36.52º degrees, saturation: 0.95, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #F9A82A is Cyan = 0, Magento = 0.33, Yellow = 0.83 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 249 | 168 | 42 | - |
| CMYK | 0 | 0.33 | 0.83 | 0.02 |
| HSL | 36.52º | 0.95% | 0.57% | - |
| HSV(B) | 36.52º | 0.83% | 0.98% | - |
| XYZ | 53.49 | 48.31 | 8.7 | - |
| YUV | 177.86 | 51.34 | 178.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 249 | 168 | 42 | 0 | 0.33 | 0.83 | 0.02 | 36.52 | 0.95 | 0.57 |
| Hex | F9 | A8 | 2A | 0 | 21 | 53 | 2 | 25 | 5F | 39 |
| Octal | 371 | 250 | 52 | 0 | 41 | 123 | 2 | 45 | 137 | 71 |
| Binary | 11111001 | 10101000 | 101010 | 0 | 100001 | 1010011 | 10 | 100101 | 1011111 | 111001 |
Color Harmonies of #F9A82A
Complementary color
Monochromatic Colors of #F9A82A
Black with #F9A82A
Text Example
Text Example
White with #F9A82A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F9A82A; }
p { color: rgb(249,168,42); }
H1.HeaderClassName
{
color: #F9A82A;
}
.AnyTagClassName
{
color: #F9A82A;
}
</style>
background-color css
<style>
a { background-color: #F9A82A; }
a { background-color: rgb(249,168,42); }
div.DivClassName
{
background-color: #F9A82A;
}
.BgClassName
{
background-color: #F9A82A;
}
</style>
border-color css
<style>
span { border-color: #F9A82A; }
span { border-color: rgb(249,168,42); }
td.TdClassName
{
border-color: #F9A82A;
}
.TagClassName
{
border-color: #F9A82A;
}
</style>