Shades of Lightning Yellow #FBA533
Tints of Lightning Yellow #FBA533
RGB
CMYK
RGB Variations
Color information
#FBA533 (or 0xFBA533) is known color: Lightning Yellow. HEX triplet: FB, A5 and 33. RGB value is (251,165,51). Sum of RGB (Red+Green+Blue) = 251+165+51=467 (61% of max value = 765). Red value is 251 (98.44% from 255 or 53.75% from 467); Green value is 165 (64.84% from 255 or 35.33% from 467); Blue value is 51 (20.31% from 255 or 10.92% from 467); Max value from RGB is 251 - color contains mainly: red. Hex color #FBA533 is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #FBA533 is #045ACC. Grayscale: #B2B2B2. Windows color (decimal): -285389 or 3384827. OLE color: 3384827.
HSL color Cylindrical-coordinate representation of color #FBA533: hue angle of 34.2º degrees, saturation: 0.96, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #FBA533 is Cyan = 0, Magento = 0.34, Yellow = 0.80 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 165 | 51 | - |
| CMYK | 0 | 0.34 | 0.80 | 0.02 |
| HSL | 34.2º | 0.96% | 0.59% | - |
| HSV(B) | 34.2º | 0.8% | 0.98% | - |
| XYZ | 53.84 | 47.66 | 9.49 | - |
| YUV | 177.72 | 56.49 | 180.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 165 | 51 | 0 | 0.34 | 0.80 | 0.02 | 34.2 | 0.96 | 0.59 |
| Hex | FB | A5 | 33 | 0 | 22 | 50 | 2 | 22 | 60 | 3B |
| Octal | 373 | 245 | 63 | 0 | 42 | 120 | 2 | 42 | 140 | 73 |
| Binary | 11111011 | 10100101 | 110011 | 0 | 100010 | 1010000 | 10 | 100010 | 1100000 | 111011 |
Color Harmonies of #FBA533
Complementary color
Monochromatic Colors of #FBA533
Black with #FBA533
Text Example
Text Example
White with #FBA533
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FBA533; }
p { color: rgb(251,165,51); }
H1.HeaderClassName
{
color: #FBA533;
}
.AnyTagClassName
{
color: #FBA533;
}
</style>
background-color css
<style>
a { background-color: #FBA533; }
a { background-color: rgb(251,165,51); }
div.DivClassName
{
background-color: #FBA533;
}
.BgClassName
{
background-color: #FBA533;
}
</style>
border-color css
<style>
span { border-color: #FBA533; }
span { border-color: rgb(251,165,51); }
td.TdClassName
{
border-color: #FBA533;
}
.TagClassName
{
border-color: #FBA533;
}
</style>