Shades of Lightning Yellow #FBA535
Tints of Lightning Yellow #FBA535
RGB
CMYK
RGB Variations
Color information
#FBA535 (or 0xFBA535) is known color: Lightning Yellow. HEX triplet: FB, A5 and 35. RGB value is (251,165,53). Sum of RGB (Red+Green+Blue) = 251+165+53=469 (62% of max value = 765). Red value is 251 (98.44% from 255 or 53.52% from 469); Green value is 165 (64.84% from 255 or 35.18% from 469); Blue value is 53 (21.09% from 255 or 11.30% from 469); Max value from RGB is 251 - color contains mainly: red. Hex color #FBA535 is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #FBA535 is #045ACA. Grayscale: #B2B2B2. Windows color (decimal): -285387 or 3515899. OLE color: 3515899.
HSL color Cylindrical-coordinate representation of color #FBA535: hue angle of 33.94º 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 #FBA535 is Cyan = 0, Magento = 0.34, Yellow = 0.79 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 165 | 53 | - |
| CMYK | 0 | 0.34 | 0.79 | 0.02 |
| HSL | 33.94º | 0.96% | 0.6% | - |
| HSV(B) | 33.94º | 0.79% | 0.98% | - |
| XYZ | 53.88 | 47.68 | 9.73 | - |
| YUV | 177.95 | 57.49 | 180.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 165 | 53 | 0 | 0.34 | 0.79 | 0.02 | 33.94 | 0.96 | 0.6 |
| Hex | FB | A5 | 35 | 0 | 22 | 4F | 2 | 22 | 60 | 3C |
| Octal | 373 | 245 | 65 | 0 | 42 | 117 | 2 | 42 | 140 | 74 |
| Binary | 11111011 | 10100101 | 110101 | 0 | 100010 | 1001111 | 10 | 100010 | 1100000 | 111100 |
Color Harmonies of #FBA535
Complementary color
Monochromatic Colors of #FBA535
Black with #FBA535
Text Example
Text Example
White with #FBA535
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FBA535; }
p { color: rgb(251,165,53); }
H1.HeaderClassName
{
color: #FBA535;
}
.AnyTagClassName
{
color: #FBA535;
}
</style>
background-color css
<style>
a { background-color: #FBA535; }
a { background-color: rgb(251,165,53); }
div.DivClassName
{
background-color: #FBA535;
}
.BgClassName
{
background-color: #FBA535;
}
</style>
border-color css
<style>
span { border-color: #FBA535; }
span { border-color: rgb(251,165,53); }
td.TdClassName
{
border-color: #FBA535;
}
.TagClassName
{
border-color: #FBA535;
}
</style>