Shades of Lightning Yellow #FBA53A
Tints of Lightning Yellow #FBA53A
RGB
CMYK
RGB Variations
Color information
#FBA53A (or 0xFBA53A) is known color: Lightning Yellow. HEX triplet: FB, A5 and 3A. RGB value is (251,165,58). Sum of RGB (Red+Green+Blue) = 251+165+58=474 (62% of max value = 765). Red value is 251 (98.44% from 255 or 52.95% from 474); Green value is 165 (64.84% from 255 or 34.81% from 474); Blue value is 58 (23.05% from 255 or 12.24% from 474); Max value from RGB is 251 - color contains mainly: red. Hex color #FBA53A is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #FBA53A is #045AC5. Grayscale: #B3B3B3. Windows color (decimal): -285382 or 3843579. OLE color: 3843579.
HSL color Cylindrical-coordinate representation of color #FBA53A: hue angle of 33.26º degrees, saturation: 0.96, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #FBA53A is Cyan = 0, Magento = 0.34, Yellow = 0.77 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 165 | 58 | - |
| CMYK | 0 | 0.34 | 0.77 | 0.02 |
| HSL | 33.26º | 0.96% | 0.61% | - |
| HSV(B) | 33.26º | 0.77% | 0.98% | - |
| XYZ | 54 | 47.72 | 10.37 | - |
| YUV | 178.52 | 59.99 | 179.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 165 | 58 | 0 | 0.34 | 0.77 | 0.02 | 33.26 | 0.96 | 0.61 |
| Hex | FB | A5 | 3A | 0 | 22 | 4D | 2 | 21 | 60 | 3D |
| Octal | 373 | 245 | 72 | 0 | 42 | 115 | 2 | 41 | 140 | 75 |
| Binary | 11111011 | 10100101 | 111010 | 0 | 100010 | 1001101 | 10 | 100001 | 1100000 | 111101 |
Color Harmonies of #FBA53A
Complementary color
Monochromatic Colors of #FBA53A
Black with #FBA53A
Text Example
Text Example
White with #FBA53A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FBA53A; }
p { color: rgb(251,165,58); }
H1.HeaderClassName
{
color: #FBA53A;
}
.AnyTagClassName
{
color: #FBA53A;
}
</style>
background-color css
<style>
a { background-color: #FBA53A; }
a { background-color: rgb(251,165,58); }
div.DivClassName
{
background-color: #FBA53A;
}
.BgClassName
{
background-color: #FBA53A;
}
</style>
border-color css
<style>
span { border-color: #FBA53A; }
span { border-color: rgb(251,165,58); }
td.TdClassName
{
border-color: #FBA53A;
}
.TagClassName
{
border-color: #FBA53A;
}
</style>