Shades of Lightning Yellow #FBA627
Tints of Lightning Yellow #FBA627
RGB
CMYK
RGB Variations
Color information
#FBA627 (or 0xFBA627) is known color: Lightning Yellow. HEX triplet: FB, A6 and 27. RGB value is (251,166,39). Sum of RGB (Red+Green+Blue) = 251+166+39=456 (60% of max value = 765). Red value is 251 (98.44% from 255 or 55.04% from 456); Green value is 166 (65.23% from 255 or 36.40% from 456); Blue value is 39 (15.62% from 255 or 8.55% from 456); Max value from RGB is 251 - color contains mainly: red. Hex color #FBA627 is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #FBA627 is #0459D8. Grayscale: #B1B1B1. Windows color (decimal): -285145 or 2598651. OLE color: 2598651.
HSL color Cylindrical-coordinate representation of color #FBA627: hue angle of 35.94º degrees, saturation: 0.96, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #FBA627 is Cyan = 0, Magento = 0.34, Yellow = 0.84 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 166 | 39 | - |
| CMYK | 0 | 0.34 | 0.84 | 0.02 |
| HSL | 35.94º | 0.96% | 0.57% | - |
| HSV(B) | 35.94º | 0.84% | 0.98% | - |
| XYZ | 53.79 | 47.93 | 8.34 | - |
| YUV | 176.94 | 50.16 | 180.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 166 | 39 | 0 | 0.34 | 0.84 | 0.02 | 35.94 | 0.96 | 0.57 |
| Hex | FB | A6 | 27 | 0 | 22 | 54 | 2 | 24 | 60 | 39 |
| Octal | 373 | 246 | 47 | 0 | 42 | 124 | 2 | 44 | 140 | 71 |
| Binary | 11111011 | 10100110 | 100111 | 0 | 100010 | 1010100 | 10 | 100100 | 1100000 | 111001 |
Color Harmonies of #FBA627
Complementary color
Monochromatic Colors of #FBA627
Black with #FBA627
Text Example
Text Example
White with #FBA627
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FBA627; }
p { color: rgb(251,166,39); }
H1.HeaderClassName
{
color: #FBA627;
}
.AnyTagClassName
{
color: #FBA627;
}
</style>
background-color css
<style>
a { background-color: #FBA627; }
a { background-color: rgb(251,166,39); }
div.DivClassName
{
background-color: #FBA627;
}
.BgClassName
{
background-color: #FBA627;
}
</style>
border-color css
<style>
span { border-color: #FBA627; }
span { border-color: rgb(251,166,39); }
td.TdClassName
{
border-color: #FBA627;
}
.TagClassName
{
border-color: #FBA627;
}
</style>