Shades of Lightning Yellow #FBA638
Tints of Lightning Yellow #FBA638
RGB
CMYK
RGB Variations
Color information
#FBA638 (or 0xFBA638) is known color: Lightning Yellow. HEX triplet: FB, A6 and 38. RGB value is (251,166,56). Sum of RGB (Red+Green+Blue) = 251+166+56=473 (62% of max value = 765). Red value is 251 (98.44% from 255 or 53.07% from 473); Green value is 166 (65.23% from 255 or 35.10% from 473); Blue value is 56 (22.27% from 255 or 11.84% from 473); Max value from RGB is 251 - color contains mainly: red. Hex color #FBA638 is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #FBA638 is #0459C7. Grayscale: #B3B3B3. Windows color (decimal): -285128 or 3712763. OLE color: 3712763.
HSL color Cylindrical-coordinate representation of color #FBA638: hue angle of 33.85º degrees, saturation: 0.96, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #FBA638 is Cyan = 0, Magento = 0.34, Yellow = 0.78 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 166 | 56 | - |
| CMYK | 0 | 0.34 | 0.78 | 0.02 |
| HSL | 33.85º | 0.96% | 0.6% | - |
| HSV(B) | 33.85º | 0.78% | 0.98% | - |
| XYZ | 54.13 | 48.07 | 10.17 | - |
| YUV | 178.88 | 58.66 | 179.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 166 | 56 | 0 | 0.34 | 0.78 | 0.02 | 33.85 | 0.96 | 0.6 |
| Hex | FB | A6 | 38 | 0 | 22 | 4E | 2 | 22 | 60 | 3C |
| Octal | 373 | 246 | 70 | 0 | 42 | 116 | 2 | 42 | 140 | 74 |
| Binary | 11111011 | 10100110 | 111000 | 0 | 100010 | 1001110 | 10 | 100010 | 1100000 | 111100 |
Color Harmonies of #FBA638
Complementary color
Monochromatic Colors of #FBA638
Black with #FBA638
Text Example
Text Example
White with #FBA638
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FBA638; }
p { color: rgb(251,166,56); }
H1.HeaderClassName
{
color: #FBA638;
}
.AnyTagClassName
{
color: #FBA638;
}
</style>
background-color css
<style>
a { background-color: #FBA638; }
a { background-color: rgb(251,166,56); }
div.DivClassName
{
background-color: #FBA638;
}
.BgClassName
{
background-color: #FBA638;
}
</style>
border-color css
<style>
span { border-color: #FBA638; }
span { border-color: rgb(251,166,56); }
td.TdClassName
{
border-color: #FBA638;
}
.TagClassName
{
border-color: #FBA638;
}
</style>