Shades of Lightning Yellow #FBA427
Tints of Lightning Yellow #FBA427
RGB
CMYK
RGB Variations
Color information
#FBA427 (or 0xFBA427) is known color: Lightning Yellow. HEX triplet: FB, A4 and 27. RGB value is (251,164,39). Sum of RGB (Red+Green+Blue) = 251+164+39=454 (60% of max value = 765). Red value is 251 (98.44% from 255 or 55.29% from 454); Green value is 164 (64.45% from 255 or 36.12% from 454); Blue value is 39 (15.62% from 255 or 8.59% from 454); Max value from RGB is 251 - color contains mainly: red. Hex color #FBA427 is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #FBA427 is #045BD8. Grayscale: #B0B0B0. Windows color (decimal): -285657 or 2598139. OLE color: 2598139.
HSL color Cylindrical-coordinate representation of color #FBA427: hue angle of 35.38º 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 #FBA427 is Cyan = 0, Magento = 0.35, Yellow = 0.84 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 164 | 39 | - |
| CMYK | 0 | 0.35 | 0.84 | 0.02 |
| HSL | 35.38º | 0.96% | 0.57% | - |
| HSV(B) | 35.38º | 0.84% | 0.98% | - |
| XYZ | 53.43 | 47.21 | 8.22 | - |
| YUV | 175.76 | 50.82 | 181.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 164 | 39 | 0 | 0.35 | 0.84 | 0.02 | 35.38 | 0.96 | 0.57 |
| Hex | FB | A4 | 27 | 0 | 23 | 54 | 2 | 23 | 60 | 39 |
| Octal | 373 | 244 | 47 | 0 | 43 | 124 | 2 | 43 | 140 | 71 |
| Binary | 11111011 | 10100100 | 100111 | 0 | 100011 | 1010100 | 10 | 100011 | 1100000 | 111001 |
Color Harmonies of #FBA427
Complementary color
Monochromatic Colors of #FBA427
Black with #FBA427
Text Example
Text Example
White with #FBA427
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FBA427; }
p { color: rgb(251,164,39); }
H1.HeaderClassName
{
color: #FBA427;
}
.AnyTagClassName
{
color: #FBA427;
}
</style>
background-color css
<style>
a { background-color: #FBA427; }
a { background-color: rgb(251,164,39); }
div.DivClassName
{
background-color: #FBA427;
}
.BgClassName
{
background-color: #FBA427;
}
</style>
border-color css
<style>
span { border-color: #FBA427; }
span { border-color: rgb(251,164,39); }
td.TdClassName
{
border-color: #FBA427;
}
.TagClassName
{
border-color: #FBA427;
}
</style>