Shades of Lightning Yellow #FBA42D
Tints of Lightning Yellow #FBA42D
RGB
CMYK
RGB Variations
Color information
#FBA42D (or 0xFBA42D) is known color: Lightning Yellow. HEX triplet: FB, A4 and 2D. RGB value is (251,164,45). Sum of RGB (Red+Green+Blue) = 251+164+45=460 (60% of max value = 765). Red value is 251 (98.44% from 255 or 54.57% from 460); Green value is 164 (64.45% from 255 or 35.65% from 460); Blue value is 45 (17.97% from 255 or 9.78% from 460); Max value from RGB is 251 - color contains mainly: red. Hex color #FBA42D is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #FBA42D is #045BD2. Grayscale: #B1B1B1. Windows color (decimal): -285651 or 2991355. OLE color: 2991355.
HSL color Cylindrical-coordinate representation of color #FBA42D: hue angle of 34.66º 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 #FBA42D is Cyan = 0, Magento = 0.35, Yellow = 0.82 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 164 | 45 | - |
| CMYK | 0 | 0.35 | 0.82 | 0.02 |
| HSL | 34.66º | 0.96% | 0.58% | - |
| HSV(B) | 34.66º | 0.82% | 0.98% | - |
| XYZ | 53.53 | 47.25 | 8.78 | - |
| YUV | 176.45 | 53.82 | 181.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 164 | 45 | 0 | 0.35 | 0.82 | 0.02 | 34.66 | 0.96 | 0.58 |
| Hex | FB | A4 | 2D | 0 | 23 | 52 | 2 | 23 | 60 | 3A |
| Octal | 373 | 244 | 55 | 0 | 43 | 122 | 2 | 43 | 140 | 72 |
| Binary | 11111011 | 10100100 | 101101 | 0 | 100011 | 1010010 | 10 | 100011 | 1100000 | 111010 |
Color Harmonies of #FBA42D
Complementary color
Monochromatic Colors of #FBA42D
Black with #FBA42D
Text Example
Text Example
White with #FBA42D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FBA42D; }
p { color: rgb(251,164,45); }
H1.HeaderClassName
{
color: #FBA42D;
}
.AnyTagClassName
{
color: #FBA42D;
}
</style>
background-color css
<style>
a { background-color: #FBA42D; }
a { background-color: rgb(251,164,45); }
div.DivClassName
{
background-color: #FBA42D;
}
.BgClassName
{
background-color: #FBA42D;
}
</style>
border-color css
<style>
span { border-color: #FBA42D; }
span { border-color: rgb(251,164,45); }
td.TdClassName
{
border-color: #FBA42D;
}
.TagClassName
{
border-color: #FBA42D;
}
</style>