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