Shades of Lightning Yellow #FBA83A
Tints of Lightning Yellow #FBA83A
RGB
CMYK
RGB Variations
Color information
#FBA83A (or 0xFBA83A) is known color: Lightning Yellow. HEX triplet: FB, A8 and 3A. RGB value is (251,168,58). Sum of RGB (Red+Green+Blue) = 251+168+58=477 (63% of max value = 765). Red value is 251 (98.44% from 255 or 52.62% from 477); Green value is 168 (66.02% from 255 or 35.22% from 477); Blue value is 58 (23.05% from 255 or 12.16% from 477); Max value from RGB is 251 - color contains mainly: red. Hex color #FBA83A is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #FBA83A is #0457C5. Grayscale: #B4B4B4. Windows color (decimal): -284614 or 3844347. OLE color: 3844347.
HSL color Cylindrical-coordinate representation of color #FBA83A: hue angle of 34.2º 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 #FBA83A is Cyan = 0, Magento = 0.33, Yellow = 0.77 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 168 | 58 | - |
| CMYK | 0 | 0.33 | 0.77 | 0.02 |
| HSL | 34.2º | 0.96% | 0.61% | - |
| HSV(B) | 34.2º | 0.77% | 0.98% | - |
| XYZ | 54.55 | 48.82 | 10.55 | - |
| YUV | 180.28 | 59 | 178.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 168 | 58 | 0 | 0.33 | 0.77 | 0.02 | 34.2 | 0.96 | 0.61 |
| Hex | FB | A8 | 3A | 0 | 21 | 4D | 2 | 22 | 60 | 3D |
| Octal | 373 | 250 | 72 | 0 | 41 | 115 | 2 | 42 | 140 | 75 |
| Binary | 11111011 | 10101000 | 111010 | 0 | 100001 | 1001101 | 10 | 100010 | 1100000 | 111101 |
Color Harmonies of #FBA83A
Complementary color
Monochromatic Colors of #FBA83A
Black with #FBA83A
Text Example
Text Example
White with #FBA83A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FBA83A; }
p { color: rgb(251,168,58); }
H1.HeaderClassName
{
color: #FBA83A;
}
.AnyTagClassName
{
color: #FBA83A;
}
</style>
background-color css
<style>
a { background-color: #FBA83A; }
a { background-color: rgb(251,168,58); }
div.DivClassName
{
background-color: #FBA83A;
}
.BgClassName
{
background-color: #FBA83A;
}
</style>
border-color css
<style>
span { border-color: #FBA83A; }
span { border-color: rgb(251,168,58); }
td.TdClassName
{
border-color: #FBA83A;
}
.TagClassName
{
border-color: #FBA83A;
}
</style>