Shades of Lightning Yellow #FBA326
Tints of Lightning Yellow #FBA326
RGB
CMYK
RGB Variations
Color information
#FBA326 (or 0xFBA326) is known color: Lightning Yellow. HEX triplet: FB, A3 and 26. RGB value is (251,163,38). Sum of RGB (Red+Green+Blue) = 251+163+38=452 (59% of max value = 765). Red value is 251 (98.44% from 255 or 55.53% from 452); Green value is 163 (64.06% from 255 or 36.06% from 452); Blue value is 38 (15.23% from 255 or 8.41% from 452); Max value from RGB is 251 - color contains mainly: red. Hex color #FBA326 is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #FBA326 is #045CD9. Grayscale: #AFAFAF. Windows color (decimal): -285914 or 2532347. OLE color: 2532347.
HSL color Cylindrical-coordinate representation of color #FBA326: hue angle of 35.21º degrees, saturation: 0.96, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #FBA326 is Cyan = 0, Magento = 0.35, Yellow = 0.85 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 163 | 38 | - |
| CMYK | 0 | 0.35 | 0.85 | 0.02 |
| HSL | 35.21º | 0.96% | 0.57% | - |
| HSV(B) | 35.21º | 0.85% | 0.98% | - |
| XYZ | 53.23 | 46.84 | 8.07 | - |
| YUV | 175.06 | 50.65 | 182.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 163 | 38 | 0 | 0.35 | 0.85 | 0.02 | 35.21 | 0.96 | 0.57 |
| Hex | FB | A3 | 26 | 0 | 23 | 55 | 2 | 23 | 60 | 39 |
| Octal | 373 | 243 | 46 | 0 | 43 | 125 | 2 | 43 | 140 | 71 |
| Binary | 11111011 | 10100011 | 100110 | 0 | 100011 | 1010101 | 10 | 100011 | 1100000 | 111001 |
Color Harmonies of #FBA326
Complementary color
Monochromatic Colors of #FBA326
Black with #FBA326
Text Example
Text Example
White with #FBA326
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FBA326; }
p { color: rgb(251,163,38); }
H1.HeaderClassName
{
color: #FBA326;
}
.AnyTagClassName
{
color: #FBA326;
}
</style>
background-color css
<style>
a { background-color: #FBA326; }
a { background-color: rgb(251,163,38); }
div.DivClassName
{
background-color: #FBA326;
}
.BgClassName
{
background-color: #FBA326;
}
</style>
border-color css
<style>
span { border-color: #FBA326; }
span { border-color: rgb(251,163,38); }
td.TdClassName
{
border-color: #FBA326;
}
.TagClassName
{
border-color: #FBA326;
}
</style>