Shades of Lightning Yellow #FBA635
Tints of Lightning Yellow #FBA635
RGB
CMYK
RGB Variations
Color information
#FBA635 (or 0xFBA635) is known color: Lightning Yellow. HEX triplet: FB, A6 and 35. RGB value is (251,166,53). Sum of RGB (Red+Green+Blue) = 251+166+53=470 (62% of max value = 765). Red value is 251 (98.44% from 255 or 53.40% from 470); Green value is 166 (65.23% from 255 or 35.32% from 470); Blue value is 53 (21.09% from 255 or 11.28% from 470); Max value from RGB is 251 - color contains mainly: red. Hex color #FBA635 is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #FBA635 is #0459CA. Grayscale: #B3B3B3. Windows color (decimal): -285131 or 3516155. OLE color: 3516155.
HSL color Cylindrical-coordinate representation of color #FBA635: hue angle of 34.24º degrees, saturation: 0.96, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #FBA635 is Cyan = 0, Magento = 0.34, Yellow = 0.79 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 166 | 53 | - |
| CMYK | 0 | 0.34 | 0.79 | 0.02 |
| HSL | 34.24º | 0.96% | 0.6% | - |
| HSV(B) | 34.24º | 0.79% | 0.98% | - |
| XYZ | 54.06 | 48.04 | 9.79 | - |
| YUV | 178.53 | 57.16 | 179.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 166 | 53 | 0 | 0.34 | 0.79 | 0.02 | 34.24 | 0.96 | 0.6 |
| Hex | FB | A6 | 35 | 0 | 22 | 4F | 2 | 22 | 60 | 3C |
| Octal | 373 | 246 | 65 | 0 | 42 | 117 | 2 | 42 | 140 | 74 |
| Binary | 11111011 | 10100110 | 110101 | 0 | 100010 | 1001111 | 10 | 100010 | 1100000 | 111100 |
Color Harmonies of #FBA635
Complementary color
Monochromatic Colors of #FBA635
Black with #FBA635
Text Example
Text Example
White with #FBA635
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FBA635; }
p { color: rgb(251,166,53); }
H1.HeaderClassName
{
color: #FBA635;
}
.AnyTagClassName
{
color: #FBA635;
}
</style>
background-color css
<style>
a { background-color: #FBA635; }
a { background-color: rgb(251,166,53); }
div.DivClassName
{
background-color: #FBA635;
}
.BgClassName
{
background-color: #FBA635;
}
</style>
border-color css
<style>
span { border-color: #FBA635; }
span { border-color: rgb(251,166,53); }
td.TdClassName
{
border-color: #FBA635;
}
.TagClassName
{
border-color: #FBA635;
}
</style>