Shades of Lightning Yellow #FBA534
Tints of Lightning Yellow #FBA534
RGB
CMYK
RGB Variations
Color information
#FBA534 (or 0xFBA534) is known color: Lightning Yellow. HEX triplet: FB, A5 and 34. RGB value is (251,165,52). Sum of RGB (Red+Green+Blue) = 251+165+52=468 (61% of max value = 765). Red value is 251 (98.44% from 255 or 53.63% from 468); Green value is 165 (64.84% from 255 or 35.26% from 468); Blue value is 52 (20.70% from 255 or 11.11% from 468); Max value from RGB is 251 - color contains mainly: red. Hex color #FBA534 is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #FBA534 is #045ACB. Grayscale: #B2B2B2. Windows color (decimal): -285388 or 3450363. OLE color: 3450363.
HSL color Cylindrical-coordinate representation of color #FBA534: hue angle of 34.07º degrees, saturation: 0.96, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #FBA534 is Cyan = 0, Magento = 0.34, Yellow = 0.79 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 165 | 52 | - |
| CMYK | 0 | 0.34 | 0.79 | 0.02 |
| HSL | 34.07º | 0.96% | 0.59% | - |
| HSV(B) | 34.07º | 0.79% | 0.98% | - |
| XYZ | 53.86 | 47.67 | 9.61 | - |
| YUV | 177.83 | 56.99 | 180.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 165 | 52 | 0 | 0.34 | 0.79 | 0.02 | 34.07 | 0.96 | 0.59 |
| Hex | FB | A5 | 34 | 0 | 22 | 4F | 2 | 22 | 60 | 3B |
| Octal | 373 | 245 | 64 | 0 | 42 | 117 | 2 | 42 | 140 | 73 |
| Binary | 11111011 | 10100101 | 110100 | 0 | 100010 | 1001111 | 10 | 100010 | 1100000 | 111011 |
Color Harmonies of #FBA534
Complementary color
Monochromatic Colors of #FBA534
Black with #FBA534
Text Example
Text Example
White with #FBA534
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FBA534; }
p { color: rgb(251,165,52); }
H1.HeaderClassName
{
color: #FBA534;
}
.AnyTagClassName
{
color: #FBA534;
}
</style>
background-color css
<style>
a { background-color: #FBA534; }
a { background-color: rgb(251,165,52); }
div.DivClassName
{
background-color: #FBA534;
}
.BgClassName
{
background-color: #FBA534;
}
</style>
border-color css
<style>
span { border-color: #FBA534; }
span { border-color: rgb(251,165,52); }
td.TdClassName
{
border-color: #FBA534;
}
.TagClassName
{
border-color: #FBA534;
}
</style>