Shades of Lightning Yellow #FBA43A
Tints of Lightning Yellow #FBA43A
RGB
CMYK
RGB Variations
Color information
#FBA43A (or 0xFBA43A) is known color: Lightning Yellow. HEX triplet: FB, A4 and 3A. RGB value is (251,164,58). Sum of RGB (Red+Green+Blue) = 251+164+58=473 (62% of max value = 765). Red value is 251 (98.44% from 255 or 53.07% from 473); Green value is 164 (64.45% from 255 or 34.67% from 473); Blue value is 58 (23.05% from 255 or 12.26% from 473); Max value from RGB is 251 - color contains mainly: red. Hex color #FBA43A is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #FBA43A is #045BC5. Grayscale: #B2B2B2. Windows color (decimal): -285638 or 3843323. OLE color: 3843323.
HSL color Cylindrical-coordinate representation of color #FBA43A: hue angle of 32.95º 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 #FBA43A is Cyan = 0, Magento = 0.35, Yellow = 0.77 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 164 | 58 | - |
| CMYK | 0 | 0.35 | 0.77 | 0.02 |
| HSL | 32.95º | 0.96% | 0.61% | - |
| HSV(B) | 32.95º | 0.77% | 0.98% | - |
| XYZ | 53.82 | 47.37 | 10.31 | - |
| YUV | 177.93 | 60.32 | 180.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 164 | 58 | 0 | 0.35 | 0.77 | 0.02 | 32.95 | 0.96 | 0.61 |
| Hex | FB | A4 | 3A | 0 | 23 | 4D | 2 | 21 | 60 | 3D |
| Octal | 373 | 244 | 72 | 0 | 43 | 115 | 2 | 41 | 140 | 75 |
| Binary | 11111011 | 10100100 | 111010 | 0 | 100011 | 1001101 | 10 | 100001 | 1100000 | 111101 |
Color Harmonies of #FBA43A
Complementary color
Monochromatic Colors of #FBA43A
Black with #FBA43A
Text Example
Text Example
White with #FBA43A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FBA43A; }
p { color: rgb(251,164,58); }
H1.HeaderClassName
{
color: #FBA43A;
}
.AnyTagClassName
{
color: #FBA43A;
}
</style>
background-color css
<style>
a { background-color: #FBA43A; }
a { background-color: rgb(251,164,58); }
div.DivClassName
{
background-color: #FBA43A;
}
.BgClassName
{
background-color: #FBA43A;
}
</style>
border-color css
<style>
span { border-color: #FBA43A; }
span { border-color: rgb(251,164,58); }
td.TdClassName
{
border-color: #FBA43A;
}
.TagClassName
{
border-color: #FBA43A;
}
</style>