Shades of Lightning Yellow #FBA323
Tints of Lightning Yellow #FBA323
RGB
CMYK
RGB Variations
Color information
#FBA323 (or 0xFBA323) is known color: Lightning Yellow. HEX triplet: FB, A3 and 23. RGB value is (251,163,35). Sum of RGB (Red+Green+Blue) = 251+163+35=449 (59% of max value = 765). Red value is 251 (98.44% from 255 or 55.90% from 449); Green value is 163 (64.06% from 255 or 36.30% from 449); Blue value is 35 (14.06% from 255 or 7.80% from 449); Max value from RGB is 251 - color contains mainly: red. Hex color #FBA323 is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #FBA323 is #045CDC. Grayscale: #AFAFAF. Windows color (decimal): -285917 or 2335739. OLE color: 2335739.
HSL color Cylindrical-coordinate representation of color #FBA323: hue angle of 35.56º degrees, saturation: 0.96, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #FBA323 is Cyan = 0, Magento = 0.35, Yellow = 0.86 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 163 | 35 | - |
| CMYK | 0 | 0.35 | 0.86 | 0.02 |
| HSL | 35.56º | 0.96% | 0.56% | - |
| HSV(B) | 35.56º | 0.86% | 0.98% | - |
| XYZ | 53.18 | 46.82 | 7.83 | - |
| YUV | 174.72 | 49.15 | 182.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 163 | 35 | 0 | 0.35 | 0.86 | 0.02 | 35.56 | 0.96 | 0.56 |
| Hex | FB | A3 | 23 | 0 | 23 | 56 | 2 | 24 | 60 | 38 |
| Octal | 373 | 243 | 43 | 0 | 43 | 126 | 2 | 44 | 140 | 70 |
| Binary | 11111011 | 10100011 | 100011 | 0 | 100011 | 1010110 | 10 | 100100 | 1100000 | 111000 |
Color Harmonies of #FBA323
Complementary color
Monochromatic Colors of #FBA323
Black with #FBA323
Text Example
Text Example
White with #FBA323
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FBA323; }
p { color: rgb(251,163,35); }
H1.HeaderClassName
{
color: #FBA323;
}
.AnyTagClassName
{
color: #FBA323;
}
</style>
background-color css
<style>
a { background-color: #FBA323; }
a { background-color: rgb(251,163,35); }
div.DivClassName
{
background-color: #FBA323;
}
.BgClassName
{
background-color: #FBA323;
}
</style>
border-color css
<style>
span { border-color: #FBA323; }
span { border-color: rgb(251,163,35); }
td.TdClassName
{
border-color: #FBA323;
}
.TagClassName
{
border-color: #FBA323;
}
</style>