Shades of Lightning Yellow #FBA32D
Tints of Lightning Yellow #FBA32D
RGB
CMYK
RGB Variations
Color information
#FBA32D (or 0xFBA32D) is known color: Lightning Yellow. HEX triplet: FB, A3 and 2D. RGB value is (251,163,45). Sum of RGB (Red+Green+Blue) = 251+163+45=459 (60% of max value = 765). Red value is 251 (98.44% from 255 or 54.68% from 459); Green value is 163 (64.06% from 255 or 35.51% from 459); Blue value is 45 (17.97% from 255 or 9.80% from 459); Max value from RGB is 251 - color contains mainly: red. Hex color #FBA32D is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #FBA32D is #045CD2. Grayscale: #B0B0B0. Windows color (decimal): -285907 or 2991099. OLE color: 2991099.
HSL color Cylindrical-coordinate representation of color #FBA32D: hue angle of 34.37º degrees, saturation: 0.96, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #FBA32D is Cyan = 0, Magento = 0.35, Yellow = 0.82 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 163 | 45 | - |
| CMYK | 0 | 0.35 | 0.82 | 0.02 |
| HSL | 34.37º | 0.96% | 0.58% | - |
| HSV(B) | 34.37º | 0.82% | 0.98% | - |
| XYZ | 53.35 | 46.89 | 8.72 | - |
| YUV | 175.86 | 54.15 | 181.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 163 | 45 | 0 | 0.35 | 0.82 | 0.02 | 34.37 | 0.96 | 0.58 |
| Hex | FB | A3 | 2D | 0 | 23 | 52 | 2 | 22 | 60 | 3A |
| Octal | 373 | 243 | 55 | 0 | 43 | 122 | 2 | 42 | 140 | 72 |
| Binary | 11111011 | 10100011 | 101101 | 0 | 100011 | 1010010 | 10 | 100010 | 1100000 | 111010 |
Color Harmonies of #FBA32D
Complementary color
Monochromatic Colors of #FBA32D
Black with #FBA32D
Text Example
Text Example
White with #FBA32D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FBA32D; }
p { color: rgb(251,163,45); }
H1.HeaderClassName
{
color: #FBA32D;
}
.AnyTagClassName
{
color: #FBA32D;
}
</style>
background-color css
<style>
a { background-color: #FBA32D; }
a { background-color: rgb(251,163,45); }
div.DivClassName
{
background-color: #FBA32D;
}
.BgClassName
{
background-color: #FBA32D;
}
</style>
border-color css
<style>
span { border-color: #FBA32D; }
span { border-color: rgb(251,163,45); }
td.TdClassName
{
border-color: #FBA32D;
}
.TagClassName
{
border-color: #FBA32D;
}
</style>