Shades of Lightning Yellow #FBA539
Tints of Lightning Yellow #FBA539
RGB
CMYK
RGB Variations
Color information
#FBA539 (or 0xFBA539) is known color: Lightning Yellow. HEX triplet: FB, A5 and 39. RGB value is (251,165,57). Sum of RGB (Red+Green+Blue) = 251+165+57=473 (62% of max value = 765). Red value is 251 (98.44% from 255 or 53.07% from 473); Green value is 165 (64.84% from 255 or 34.88% from 473); Blue value is 57 (22.66% from 255 or 12.05% from 473); Max value from RGB is 251 - color contains mainly: red. Hex color #FBA539 is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #FBA539 is #045AC6. Grayscale: #B2B2B2. Windows color (decimal): -285383 or 3778043. OLE color: 3778043.
HSL color Cylindrical-coordinate representation of color #FBA539: hue angle of 33.4º degrees, saturation: 0.96, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #FBA539 is Cyan = 0, Magento = 0.34, Yellow = 0.77 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 165 | 57 | - |
| CMYK | 0 | 0.34 | 0.77 | 0.02 |
| HSL | 33.4º | 0.96% | 0.6% | - |
| HSV(B) | 33.4º | 0.77% | 0.98% | - |
| XYZ | 53.98 | 47.71 | 10.24 | - |
| YUV | 178.4 | 59.49 | 179.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 165 | 57 | 0 | 0.34 | 0.77 | 0.02 | 33.4 | 0.96 | 0.6 |
| Hex | FB | A5 | 39 | 0 | 22 | 4D | 2 | 21 | 60 | 3C |
| Octal | 373 | 245 | 71 | 0 | 42 | 115 | 2 | 41 | 140 | 74 |
| Binary | 11111011 | 10100101 | 111001 | 0 | 100010 | 1001101 | 10 | 100001 | 1100000 | 111100 |
Color Harmonies of #FBA539
Complementary color
Monochromatic Colors of #FBA539
Black with #FBA539
Text Example
Text Example
White with #FBA539
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FBA539; }
p { color: rgb(251,165,57); }
H1.HeaderClassName
{
color: #FBA539;
}
.AnyTagClassName
{
color: #FBA539;
}
</style>
background-color css
<style>
a { background-color: #FBA539; }
a { background-color: rgb(251,165,57); }
div.DivClassName
{
background-color: #FBA539;
}
.BgClassName
{
background-color: #FBA539;
}
</style>
border-color css
<style>
span { border-color: #FBA539; }
span { border-color: rgb(251,165,57); }
td.TdClassName
{
border-color: #FBA539;
}
.TagClassName
{
border-color: #FBA539;
}
</style>