Shades of Lightning Yellow #FBA827
Tints of Lightning Yellow #FBA827
RGB
CMYK
RGB Variations
Color information
#FBA827 (or 0xFBA827) is known color: Lightning Yellow. HEX triplet: FB, A8 and 27. RGB value is (251,168,39). Sum of RGB (Red+Green+Blue) = 251+168+39=458 (60% of max value = 765). Red value is 251 (98.44% from 255 or 54.80% from 458); Green value is 168 (66.02% from 255 or 36.68% from 458); Blue value is 39 (15.62% from 255 or 8.52% from 458); Max value from RGB is 251 - color contains mainly: red. Hex color #FBA827 is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #FBA827 is #0457D8. Grayscale: #B2B2B2. Windows color (decimal): -284633 or 2599163. OLE color: 2599163.
HSL color Cylindrical-coordinate representation of color #FBA827: hue angle of 36.51º degrees, saturation: 0.96, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #FBA827 is Cyan = 0, Magento = 0.33, Yellow = 0.84 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 168 | 39 | - |
| CMYK | 0 | 0.33 | 0.84 | 0.02 |
| HSL | 36.51º | 0.96% | 0.57% | - |
| HSV(B) | 36.51º | 0.84% | 0.98% | - |
| XYZ | 54.15 | 48.66 | 8.46 | - |
| YUV | 178.11 | 49.5 | 179.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 168 | 39 | 0 | 0.33 | 0.84 | 0.02 | 36.51 | 0.96 | 0.57 |
| Hex | FB | A8 | 27 | 0 | 21 | 54 | 2 | 25 | 60 | 39 |
| Octal | 373 | 250 | 47 | 0 | 41 | 124 | 2 | 45 | 140 | 71 |
| Binary | 11111011 | 10101000 | 100111 | 0 | 100001 | 1010100 | 10 | 100101 | 1100000 | 111001 |
Color Harmonies of #FBA827
Complementary color
Monochromatic Colors of #FBA827
Black with #FBA827
Text Example
Text Example
White with #FBA827
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FBA827; }
p { color: rgb(251,168,39); }
H1.HeaderClassName
{
color: #FBA827;
}
.AnyTagClassName
{
color: #FBA827;
}
</style>
background-color css
<style>
a { background-color: #FBA827; }
a { background-color: rgb(251,168,39); }
div.DivClassName
{
background-color: #FBA827;
}
.BgClassName
{
background-color: #FBA827;
}
</style>
border-color css
<style>
span { border-color: #FBA827; }
span { border-color: rgb(251,168,39); }
td.TdClassName
{
border-color: #FBA827;
}
.TagClassName
{
border-color: #FBA827;
}
</style>