Shades of Lightning Yellow #FBA429
Tints of Lightning Yellow #FBA429
RGB
CMYK
RGB Variations
Color information
#FBA429 (or 0xFBA429) is known color: Lightning Yellow. HEX triplet: FB, A4 and 29. RGB value is (251,164,41). Sum of RGB (Red+Green+Blue) = 251+164+41=456 (60% of max value = 765). Red value is 251 (98.44% from 255 or 55.04% from 456); Green value is 164 (64.45% from 255 or 35.96% from 456); Blue value is 41 (16.41% from 255 or 8.99% from 456); Max value from RGB is 251 - color contains mainly: red. Hex color #FBA429 is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #FBA429 is #045BD6. Grayscale: #B0B0B0. Windows color (decimal): -285655 or 2729211. OLE color: 2729211.
HSL color Cylindrical-coordinate representation of color #FBA429: hue angle of 35.14º degrees, saturation: 0.96, 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 #FBA429 is Cyan = 0, Magento = 0.35, Yellow = 0.84 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 164 | 41 | - |
| CMYK | 0 | 0.35 | 0.84 | 0.02 |
| HSL | 35.14º | 0.96% | 0.57% | - |
| HSV(B) | 35.14º | 0.84% | 0.98% | - |
| XYZ | 53.46 | 47.22 | 8.39 | - |
| YUV | 175.99 | 51.82 | 181.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 164 | 41 | 0 | 0.35 | 0.84 | 0.02 | 35.14 | 0.96 | 0.57 |
| Hex | FB | A4 | 29 | 0 | 23 | 54 | 2 | 23 | 60 | 39 |
| Octal | 373 | 244 | 51 | 0 | 43 | 124 | 2 | 43 | 140 | 71 |
| Binary | 11111011 | 10100100 | 101001 | 0 | 100011 | 1010100 | 10 | 100011 | 1100000 | 111001 |
Color Harmonies of #FBA429
Complementary color
Monochromatic Colors of #FBA429
Black with #FBA429
Text Example
Text Example
White with #FBA429
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FBA429; }
p { color: rgb(251,164,41); }
H1.HeaderClassName
{
color: #FBA429;
}
.AnyTagClassName
{
color: #FBA429;
}
</style>
background-color css
<style>
a { background-color: #FBA429; }
a { background-color: rgb(251,164,41); }
div.DivClassName
{
background-color: #FBA429;
}
.BgClassName
{
background-color: #FBA429;
}
</style>
border-color css
<style>
span { border-color: #FBA429; }
span { border-color: rgb(251,164,41); }
td.TdClassName
{
border-color: #FBA429;
}
.TagClassName
{
border-color: #FBA429;
}
</style>