Shades of Lightning Yellow #FBA538
Tints of Lightning Yellow #FBA538
RGB
CMYK
RGB Variations
Color information
#FBA538 (or 0xFBA538) is known color: Lightning Yellow. HEX triplet: FB, A5 and 38. RGB value is (251,165,56). Sum of RGB (Red+Green+Blue) = 251+165+56=472 (62% of max value = 765). Red value is 251 (98.44% from 255 or 53.18% from 472); Green value is 165 (64.84% from 255 or 34.96% from 472); Blue value is 56 (22.27% from 255 or 11.86% from 472); Max value from RGB is 251 - color contains mainly: red. Hex color #FBA538 is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #FBA538 is #045AC7. Grayscale: #B2B2B2. Windows color (decimal): -285384 or 3712507. OLE color: 3712507.
HSL color Cylindrical-coordinate representation of color #FBA538: hue angle of 33.54º 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 #FBA538 is Cyan = 0, Magento = 0.34, Yellow = 0.78 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 165 | 56 | - |
| CMYK | 0 | 0.34 | 0.78 | 0.02 |
| HSL | 33.54º | 0.96% | 0.6% | - |
| HSV(B) | 33.54º | 0.78% | 0.98% | - |
| XYZ | 53.95 | 47.71 | 10.11 | - |
| YUV | 178.29 | 58.99 | 179.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 165 | 56 | 0 | 0.34 | 0.78 | 0.02 | 33.54 | 0.96 | 0.6 |
| Hex | FB | A5 | 38 | 0 | 22 | 4E | 2 | 22 | 60 | 3C |
| Octal | 373 | 245 | 70 | 0 | 42 | 116 | 2 | 42 | 140 | 74 |
| Binary | 11111011 | 10100101 | 111000 | 0 | 100010 | 1001110 | 10 | 100010 | 1100000 | 111100 |
Color Harmonies of #FBA538
Complementary color
Monochromatic Colors of #FBA538
Black with #FBA538
Text Example
Text Example
White with #FBA538
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FBA538; }
p { color: rgb(251,165,56); }
H1.HeaderClassName
{
color: #FBA538;
}
.AnyTagClassName
{
color: #FBA538;
}
</style>
background-color css
<style>
a { background-color: #FBA538; }
a { background-color: rgb(251,165,56); }
div.DivClassName
{
background-color: #FBA538;
}
.BgClassName
{
background-color: #FBA538;
}
</style>
border-color css
<style>
span { border-color: #FBA538; }
span { border-color: rgb(251,165,56); }
td.TdClassName
{
border-color: #FBA538;
}
.TagClassName
{
border-color: #FBA538;
}
</style>