Shades of Lightning Yellow #F9AB34
Tints of Lightning Yellow #F9AB34
RGB
CMYK
RGB Variations
Color information
#F9AB34 (or 0xF9AB34) is known color: Lightning Yellow. HEX triplet: F9, AB and 34. RGB value is (249,171,52). Sum of RGB (Red+Green+Blue) = 249+171+52=472 (62% of max value = 765). Red value is 249 (97.66% from 255 or 52.75% from 472); Green value is 171 (67.19% from 255 or 36.23% from 472); Blue value is 52 (20.70% from 255 or 11.02% from 472); Max value from RGB is 249 - color contains mainly: red. Hex color #F9AB34 is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #F9AB34 is #0654CB. Grayscale: #B5B5B5. Windows color (decimal): -414924 or 3451897. OLE color: 3451897.
HSL color Cylindrical-coordinate representation of color #F9AB34: hue angle of 36.24º degrees, saturation: 0.94, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #F9AB34 is Cyan = 0, Magento = 0.31, Yellow = 0.79 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 249 | 171 | 52 | - |
| CMYK | 0 | 0.31 | 0.79 | 0.02 |
| HSL | 36.24º | 0.94% | 0.59% | - |
| HSV(B) | 36.24º | 0.79% | 0.98% | - |
| XYZ | 54.25 | 49.51 | 9.95 | - |
| YUV | 180.76 | 55.34 | 176.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 249 | 171 | 52 | 0 | 0.31 | 0.79 | 0.02 | 36.24 | 0.94 | 0.59 |
| Hex | F9 | AB | 34 | 0 | 1F | 4F | 2 | 24 | 5E | 3B |
| Octal | 371 | 253 | 64 | 0 | 37 | 117 | 2 | 44 | 136 | 73 |
| Binary | 11111001 | 10101011 | 110100 | 0 | 11111 | 1001111 | 10 | 100100 | 1011110 | 111011 |
Color Harmonies of #F9AB34
Complementary color
Monochromatic Colors of #F9AB34
Black with #F9AB34
Text Example
Text Example
White with #F9AB34
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #F9AB34; }
p { color: rgb(249,171,52); }
H1.HeaderClassName
{
color: #F9AB34;
}
.AnyTagClassName
{
color: #F9AB34;
}
</style>
background-color css
<style>
a { background-color: #F9AB34; }
a { background-color: rgb(249,171,52); }
div.DivClassName
{
background-color: #F9AB34;
}
.BgClassName
{
background-color: #F9AB34;
}
</style>
border-color css
<style>
span { border-color: #F9AB34; }
span { border-color: rgb(249,171,52); }
td.TdClassName
{
border-color: #F9AB34;
}
.TagClassName
{
border-color: #F9AB34;
}
</style>