Shades of Lightning Yellow #FBAB2D
Tints of Lightning Yellow #FBAB2D
RGB
CMYK
RGB Variations
Color information
#FBAB2D (or 0xFBAB2D) is known color: Lightning Yellow. HEX triplet: FB, AB and 2D. RGB value is (251,171,45). Sum of RGB (Red+Green+Blue) = 251+171+45=467 (61% of max value = 765). Red value is 251 (98.44% from 255 or 53.75% from 467); Green value is 171 (67.19% from 255 or 36.62% from 467); Blue value is 45 (17.97% from 255 or 9.64% from 467); Max value from RGB is 251 - color contains mainly: red. Hex color #FBAB2D is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #FBAB2D is #0454D2. Grayscale: #B5B5B5. Windows color (decimal): -283859 or 2993147. OLE color: 2993147.
HSL color Cylindrical-coordinate representation of color #FBAB2D: hue angle of 36.7º 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 #FBAB2D is Cyan = 0, Magento = 0.32, Yellow = 0.82 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 171 | 45 | - |
| CMYK | 0 | 0.32 | 0.82 | 0.02 |
| HSL | 36.7º | 0.96% | 0.58% | - |
| HSV(B) | 36.7º | 0.82% | 0.98% | - |
| XYZ | 54.82 | 49.82 | 9.21 | - |
| YUV | 180.56 | 51.5 | 178.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 171 | 45 | 0 | 0.32 | 0.82 | 0.02 | 36.7 | 0.96 | 0.58 |
| Hex | FB | AB | 2D | 0 | 20 | 52 | 2 | 25 | 60 | 3A |
| Octal | 373 | 253 | 55 | 0 | 40 | 122 | 2 | 45 | 140 | 72 |
| Binary | 11111011 | 10101011 | 101101 | 0 | 100000 | 1010010 | 10 | 100101 | 1100000 | 111010 |
Color Harmonies of #FBAB2D
Complementary color
Monochromatic Colors of #FBAB2D
Black with #FBAB2D
Text Example
Text Example
White with #FBAB2D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FBAB2D; }
p { color: rgb(251,171,45); }
H1.HeaderClassName
{
color: #FBAB2D;
}
.AnyTagClassName
{
color: #FBAB2D;
}
</style>
background-color css
<style>
a { background-color: #FBAB2D; }
a { background-color: rgb(251,171,45); }
div.DivClassName
{
background-color: #FBAB2D;
}
.BgClassName
{
background-color: #FBAB2D;
}
</style>
border-color css
<style>
span { border-color: #FBAB2D; }
span { border-color: rgb(251,171,45); }
td.TdClassName
{
border-color: #FBAB2D;
}
.TagClassName
{
border-color: #FBAB2D;
}
</style>