Shades of Lightning Yellow #FBA536
Tints of Lightning Yellow #FBA536
RGB
CMYK
RGB Variations
Color information
#FBA536 (or 0xFBA536) is known color: Lightning Yellow. HEX triplet: FB, A5 and 36. RGB value is (251,165,54). Sum of RGB (Red+Green+Blue) = 251+165+54=470 (62% of max value = 765). Red value is 251 (98.44% from 255 or 53.40% from 470); Green value is 165 (64.84% from 255 or 35.11% from 470); Blue value is 54 (21.48% from 255 or 11.49% from 470); Max value from RGB is 251 - color contains mainly: red. Hex color #FBA536 is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #FBA536 is #045AC9. Grayscale: #B2B2B2. Windows color (decimal): -285386 or 3581435. OLE color: 3581435.
HSL color Cylindrical-coordinate representation of color #FBA536: hue angle of 33.81º degrees, saturation: 0.96, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #FBA536 is Cyan = 0, Magento = 0.34, Yellow = 0.78 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 165 | 54 | - |
| CMYK | 0 | 0.34 | 0.78 | 0.02 |
| HSL | 33.81º | 0.96% | 0.6% | - |
| HSV(B) | 33.81º | 0.78% | 0.98% | - |
| XYZ | 53.9 | 47.69 | 9.85 | - |
| YUV | 178.06 | 57.99 | 180.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 165 | 54 | 0 | 0.34 | 0.78 | 0.02 | 33.81 | 0.96 | 0.6 |
| Hex | FB | A5 | 36 | 0 | 22 | 4E | 2 | 22 | 60 | 3C |
| Octal | 373 | 245 | 66 | 0 | 42 | 116 | 2 | 42 | 140 | 74 |
| Binary | 11111011 | 10100101 | 110110 | 0 | 100010 | 1001110 | 10 | 100010 | 1100000 | 111100 |
Color Harmonies of #FBA536
Complementary color
Monochromatic Colors of #FBA536
Black with #FBA536
Text Example
Text Example
White with #FBA536
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FBA536; }
p { color: rgb(251,165,54); }
H1.HeaderClassName
{
color: #FBA536;
}
.AnyTagClassName
{
color: #FBA536;
}
</style>
background-color css
<style>
a { background-color: #FBA536; }
a { background-color: rgb(251,165,54); }
div.DivClassName
{
background-color: #FBA536;
}
.BgClassName
{
background-color: #FBA536;
}
</style>
border-color css
<style>
span { border-color: #FBA536; }
span { border-color: rgb(251,165,54); }
td.TdClassName
{
border-color: #FBA536;
}
.TagClassName
{
border-color: #FBA536;
}
</style>