Shades of Lightning Yellow #FBA435
Tints of Lightning Yellow #FBA435
RGB
CMYK
RGB Variations
Color information
#FBA435 (or 0xFBA435) is known color: Lightning Yellow. HEX triplet: FB, A4 and 35. RGB value is (251,164,53). Sum of RGB (Red+Green+Blue) = 251+164+53=468 (61% of max value = 765). Red value is 251 (98.44% from 255 or 53.63% from 468); Green value is 164 (64.45% from 255 or 35.04% from 468); Blue value is 53 (21.09% from 255 or 11.32% from 468); Max value from RGB is 251 - color contains mainly: red. Hex color #FBA435 is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #FBA435 is #045BCA. Grayscale: #B1B1B1. Windows color (decimal): -285643 or 3515643. OLE color: 3515643.
HSL color Cylindrical-coordinate representation of color #FBA435: hue angle of 33.64º 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 #FBA435 is Cyan = 0, Magento = 0.35, Yellow = 0.79 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 164 | 53 | - |
| CMYK | 0 | 0.35 | 0.79 | 0.02 |
| HSL | 33.64º | 0.96% | 0.6% | - |
| HSV(B) | 33.64º | 0.79% | 0.98% | - |
| XYZ | 53.7 | 47.32 | 9.67 | - |
| YUV | 177.36 | 57.82 | 180.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 164 | 53 | 0 | 0.35 | 0.79 | 0.02 | 33.64 | 0.96 | 0.6 |
| Hex | FB | A4 | 35 | 0 | 23 | 4F | 2 | 22 | 60 | 3C |
| Octal | 373 | 244 | 65 | 0 | 43 | 117 | 2 | 42 | 140 | 74 |
| Binary | 11111011 | 10100100 | 110101 | 0 | 100011 | 1001111 | 10 | 100010 | 1100000 | 111100 |
Color Harmonies of #FBA435
Complementary color
Monochromatic Colors of #FBA435
Black with #FBA435
Text Example
Text Example
White with #FBA435
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FBA435; }
p { color: rgb(251,164,53); }
H1.HeaderClassName
{
color: #FBA435;
}
.AnyTagClassName
{
color: #FBA435;
}
</style>
background-color css
<style>
a { background-color: #FBA435; }
a { background-color: rgb(251,164,53); }
div.DivClassName
{
background-color: #FBA435;
}
.BgClassName
{
background-color: #FBA435;
}
</style>
border-color css
<style>
span { border-color: #FBA435; }
span { border-color: rgb(251,164,53); }
td.TdClassName
{
border-color: #FBA435;
}
.TagClassName
{
border-color: #FBA435;
}
</style>