Shades of Lightning Yellow #FBA231
Tints of Lightning Yellow #FBA231
RGB
CMYK
RGB Variations
Color information
#FBA231 (or 0xFBA231) is known color: Lightning Yellow. HEX triplet: FB, A2 and 31. RGB value is (251,162,49). Sum of RGB (Red+Green+Blue) = 251+162+49=462 (61% of max value = 765). Red value is 251 (98.44% from 255 or 54.33% from 462); Green value is 162 (63.67% from 255 or 35.06% from 462); Blue value is 49 (19.53% from 255 or 10.61% from 462); Max value from RGB is 251 - color contains mainly: red. Hex color #FBA231 is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #FBA231 is #045DCE. Grayscale: #B0B0B0. Windows color (decimal): -286159 or 3252987. OLE color: 3252987.
HSL color Cylindrical-coordinate representation of color #FBA231: hue angle of 33.56º degrees, saturation: 0.96, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #FBA231 is Cyan = 0, Magento = 0.35, Yellow = 0.80 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 162 | 49 | - |
| CMYK | 0 | 0.35 | 0.80 | 0.02 |
| HSL | 33.56º | 0.96% | 0.59% | - |
| HSV(B) | 33.56º | 0.8% | 0.98% | - |
| XYZ | 53.26 | 46.57 | 9.09 | - |
| YUV | 175.73 | 56.49 | 181.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 162 | 49 | 0 | 0.35 | 0.80 | 0.02 | 33.56 | 0.96 | 0.59 |
| Hex | FB | A2 | 31 | 0 | 23 | 50 | 2 | 22 | 60 | 3B |
| Octal | 373 | 242 | 61 | 0 | 43 | 120 | 2 | 42 | 140 | 73 |
| Binary | 11111011 | 10100010 | 110001 | 0 | 100011 | 1010000 | 10 | 100010 | 1100000 | 111011 |
Color Harmonies of #FBA231
Complementary color
Monochromatic Colors of #FBA231
Black with #FBA231
Text Example
Text Example
White with #FBA231
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FBA231; }
p { color: rgb(251,162,49); }
H1.HeaderClassName
{
color: #FBA231;
}
.AnyTagClassName
{
color: #FBA231;
}
</style>
background-color css
<style>
a { background-color: #FBA231; }
a { background-color: rgb(251,162,49); }
div.DivClassName
{
background-color: #FBA231;
}
.BgClassName
{
background-color: #FBA231;
}
</style>
border-color css
<style>
span { border-color: #FBA231; }
span { border-color: rgb(251,162,49); }
td.TdClassName
{
border-color: #FBA231;
}
.TagClassName
{
border-color: #FBA231;
}
</style>