Shades of Lightning Yellow #FBA53B
Tints of Lightning Yellow #FBA53B
RGB
CMYK
RGB Variations
Color information
#FBA53B (or 0xFBA53B) is known color: Lightning Yellow. HEX triplet: FB, A5 and 3B. RGB value is (251,165,59). Sum of RGB (Red+Green+Blue) = 251+165+59=475 (62% of max value = 765). Red value is 251 (98.44% from 255 or 52.84% from 475); Green value is 165 (64.84% from 255 or 34.74% from 475); Blue value is 59 (23.44% from 255 or 12.42% from 475); Max value from RGB is 251 - color contains mainly: red. Hex color #FBA53B is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #FBA53B is #045AC4. Grayscale: #B3B3B3. Windows color (decimal): -285381 or 3909115. OLE color: 3909115.
HSL color Cylindrical-coordinate representation of color #FBA53B: hue angle of 33.12º degrees, saturation: 0.96, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #FBA53B is Cyan = 0, Magento = 0.34, Yellow = 0.76 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 165 | 59 | - |
| CMYK | 0 | 0.34 | 0.76 | 0.02 |
| HSL | 33.13º | 0.96% | 0.61% | - |
| HSV(B) | 33.13º | 0.76% | 0.98% | - |
| XYZ | 54.03 | 47.74 | 10.5 | - |
| YUV | 178.63 | 60.49 | 179.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 165 | 59 | 0 | 0.34 | 0.76 | 0.02 | 33.13 | 0.96 | 0.61 |
| Hex | FB | A5 | 3B | 0 | 22 | 4C | 2 | 21 | 60 | 3D |
| Octal | 373 | 245 | 73 | 0 | 42 | 114 | 2 | 41 | 140 | 75 |
| Binary | 11111011 | 10100101 | 111011 | 0 | 100010 | 1001100 | 10 | 100001 | 1100000 | 111101 |
Color Harmonies of #FBA53B
Complementary color
Monochromatic Colors of #FBA53B
Black with #FBA53B
Text Example
Text Example
White with #FBA53B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FBA53B; }
p { color: rgb(251,165,59); }
H1.HeaderClassName
{
color: #FBA53B;
}
.AnyTagClassName
{
color: #FBA53B;
}
</style>
background-color css
<style>
a { background-color: #FBA53B; }
a { background-color: rgb(251,165,59); }
div.DivClassName
{
background-color: #FBA53B;
}
.BgClassName
{
background-color: #FBA53B;
}
</style>
border-color css
<style>
span { border-color: #FBA53B; }
span { border-color: rgb(251,165,59); }
td.TdClassName
{
border-color: #FBA53B;
}
.TagClassName
{
border-color: #FBA53B;
}
</style>