Shades of Lightning Yellow #FBA738
Tints of Lightning Yellow #FBA738
RGB
CMYK
RGB Variations
Color information
#FBA738 (or 0xFBA738) is known color: Lightning Yellow. HEX triplet: FB, A7 and 38. RGB value is (251,167,56). Sum of RGB (Red+Green+Blue) = 251+167+56=474 (62% of max value = 765). Red value is 251 (98.44% from 255 or 52.95% from 474); Green value is 167 (65.62% from 255 or 35.23% from 474); Blue value is 56 (22.27% from 255 or 11.81% from 474); Max value from RGB is 251 - color contains mainly: red. Hex color #FBA738 is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #FBA738 is #0458C7. Grayscale: #B3B3B3. Windows color (decimal): -284872 or 3713019. OLE color: 3713019.
HSL color Cylindrical-coordinate representation of color #FBA738: hue angle of 34.15º 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 #FBA738 is Cyan = 0, Magento = 0.33, Yellow = 0.78 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 167 | 56 | - |
| CMYK | 0 | 0.33 | 0.78 | 0.02 |
| HSL | 34.15º | 0.96% | 0.6% | - |
| HSV(B) | 34.15º | 0.78% | 0.98% | - |
| XYZ | 54.32 | 48.43 | 10.23 | - |
| YUV | 179.46 | 58.33 | 179.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 167 | 56 | 0 | 0.33 | 0.78 | 0.02 | 34.15 | 0.96 | 0.6 |
| Hex | FB | A7 | 38 | 0 | 21 | 4E | 2 | 22 | 60 | 3C |
| Octal | 373 | 247 | 70 | 0 | 41 | 116 | 2 | 42 | 140 | 74 |
| Binary | 11111011 | 10100111 | 111000 | 0 | 100001 | 1001110 | 10 | 100010 | 1100000 | 111100 |
Color Harmonies of #FBA738
Complementary color
Monochromatic Colors of #FBA738
Black with #FBA738
Text Example
Text Example
White with #FBA738
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FBA738; }
p { color: rgb(251,167,56); }
H1.HeaderClassName
{
color: #FBA738;
}
.AnyTagClassName
{
color: #FBA738;
}
</style>
background-color css
<style>
a { background-color: #FBA738; }
a { background-color: rgb(251,167,56); }
div.DivClassName
{
background-color: #FBA738;
}
.BgClassName
{
background-color: #FBA738;
}
</style>
border-color css
<style>
span { border-color: #FBA738; }
span { border-color: rgb(251,167,56); }
td.TdClassName
{
border-color: #FBA738;
}
.TagClassName
{
border-color: #FBA738;
}
</style>