Shades of Lightning Yellow #FBA62A
Tints of Lightning Yellow #FBA62A
RGB
CMYK
RGB Variations
Color information
#FBA62A (or 0xFBA62A) is known color: Lightning Yellow. HEX triplet: FB, A6 and 2A. RGB value is (251,166,42). Sum of RGB (Red+Green+Blue) = 251+166+42=459 (60% of max value = 765). Red value is 251 (98.44% from 255 or 54.68% from 459); Green value is 166 (65.23% from 255 or 36.17% from 459); Blue value is 42 (16.80% from 255 or 9.15% from 459); Max value from RGB is 251 - color contains mainly: red. Hex color #FBA62A is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #FBA62A is #0459D5. Grayscale: #B1B1B1. Windows color (decimal): -285142 or 2795259. OLE color: 2795259.
HSL color Cylindrical-coordinate representation of color #FBA62A: hue angle of 35.6º degrees, saturation: 0.96, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #FBA62A is Cyan = 0, Magento = 0.34, Yellow = 0.83 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 166 | 42 | - |
| CMYK | 0 | 0.34 | 0.83 | 0.02 |
| HSL | 35.6º | 0.96% | 0.57% | - |
| HSV(B) | 35.6º | 0.83% | 0.98% | - |
| XYZ | 53.84 | 47.95 | 8.61 | - |
| YUV | 177.28 | 51.66 | 180.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 166 | 42 | 0 | 0.34 | 0.83 | 0.02 | 35.6 | 0.96 | 0.57 |
| Hex | FB | A6 | 2A | 0 | 22 | 53 | 2 | 24 | 60 | 39 |
| Octal | 373 | 246 | 52 | 0 | 42 | 123 | 2 | 44 | 140 | 71 |
| Binary | 11111011 | 10100110 | 101010 | 0 | 100010 | 1010011 | 10 | 100100 | 1100000 | 111001 |
Color Harmonies of #FBA62A
Complementary color
Monochromatic Colors of #FBA62A
Black with #FBA62A
Text Example
Text Example
White with #FBA62A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FBA62A; }
p { color: rgb(251,166,42); }
H1.HeaderClassName
{
color: #FBA62A;
}
.AnyTagClassName
{
color: #FBA62A;
}
</style>
background-color css
<style>
a { background-color: #FBA62A; }
a { background-color: rgb(251,166,42); }
div.DivClassName
{
background-color: #FBA62A;
}
.BgClassName
{
background-color: #FBA62A;
}
</style>
border-color css
<style>
span { border-color: #FBA62A; }
span { border-color: rgb(251,166,42); }
td.TdClassName
{
border-color: #FBA62A;
}
.TagClassName
{
border-color: #FBA62A;
}
</style>