Shades of Lightning Yellow #FBAC2C
Tints of Lightning Yellow #FBAC2C
RGB
CMYK
RGB Variations
Color information
#FBAC2C (or 0xFBAC2C) is known color: Lightning Yellow. HEX triplet: FB, AC and 2C. RGB value is (251,172,44). Sum of RGB (Red+Green+Blue) = 251+172+44=467 (61% of max value = 765). Red value is 251 (98.44% from 255 or 53.75% from 467); Green value is 172 (67.58% from 255 or 36.83% from 467); Blue value is 44 (17.58% from 255 or 9.42% from 467); Max value from RGB is 251 - color contains mainly: red. Hex color #FBAC2C is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #FBAC2C is #0453D3. Grayscale: #B5B5B5. Windows color (decimal): -283604 or 2927867. OLE color: 2927867.
HSL color Cylindrical-coordinate representation of color #FBAC2C: hue angle of 37.1º 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 #FBAC2C is Cyan = 0, Magento = 0.31, Yellow = 0.82 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 172 | 44 | - |
| CMYK | 0 | 0.31 | 0.82 | 0.02 |
| HSL | 37.1º | 0.96% | 0.58% | - |
| HSV(B) | 37.1º | 0.82% | 0.98% | - |
| XYZ | 54.99 | 50.2 | 9.17 | - |
| YUV | 181.03 | 50.67 | 177.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 172 | 44 | 0 | 0.31 | 0.82 | 0.02 | 37.1 | 0.96 | 0.58 |
| Hex | FB | AC | 2C | 0 | 1F | 52 | 2 | 25 | 60 | 3A |
| Octal | 373 | 254 | 54 | 0 | 37 | 122 | 2 | 45 | 140 | 72 |
| Binary | 11111011 | 10101100 | 101100 | 0 | 11111 | 1010010 | 10 | 100101 | 1100000 | 111010 |
Color Harmonies of #FBAC2C
Complementary color
Monochromatic Colors of #FBAC2C
Black with #FBAC2C
Text Example
Text Example
White with #FBAC2C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FBAC2C; }
p { color: rgb(251,172,44); }
H1.HeaderClassName
{
color: #FBAC2C;
}
.AnyTagClassName
{
color: #FBAC2C;
}
</style>
background-color css
<style>
a { background-color: #FBAC2C; }
a { background-color: rgb(251,172,44); }
div.DivClassName
{
background-color: #FBAC2C;
}
.BgClassName
{
background-color: #FBAC2C;
}
</style>
border-color css
<style>
span { border-color: #FBAC2C; }
span { border-color: rgb(251,172,44); }
td.TdClassName
{
border-color: #FBAC2C;
}
.TagClassName
{
border-color: #FBAC2C;
}
</style>