Shades of Lightning Yellow #FBA62F
Tints of Lightning Yellow #FBA62F
RGB
CMYK
RGB Variations
Color information
#FBA62F (or 0xFBA62F) is known color: Lightning Yellow. HEX triplet: FB, A6 and 2F. RGB value is (251,166,47). Sum of RGB (Red+Green+Blue) = 251+166+47=464 (61% of max value = 765). Red value is 251 (98.44% from 255 or 54.09% from 464); Green value is 166 (65.23% from 255 or 35.78% from 464); Blue value is 47 (18.75% from 255 or 10.13% from 464); Max value from RGB is 251 - color contains mainly: red. Hex color #FBA62F is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #FBA62F is #0459D0. Grayscale: #B2B2B2. Windows color (decimal): -285137 or 3122939. OLE color: 3122939.
HSL color Cylindrical-coordinate representation of color #FBA62F: hue angle of 35º degrees, saturation: 0.96, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #FBA62F is Cyan = 0, Magento = 0.34, Yellow = 0.81 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 166 | 47 | - |
| CMYK | 0 | 0.34 | 0.81 | 0.02 |
| HSL | 35º | 0.96% | 0.58% | - |
| HSV(B) | 35º | 0.81% | 0.98% | - |
| XYZ | 53.93 | 47.99 | 9.11 | - |
| YUV | 177.85 | 54.16 | 180.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 166 | 47 | 0 | 0.34 | 0.81 | 0.02 | 35 | 0.96 | 0.58 |
| Hex | FB | A6 | 2F | 0 | 22 | 51 | 2 | 23 | 60 | 3A |
| Octal | 373 | 246 | 57 | 0 | 42 | 121 | 2 | 43 | 140 | 72 |
| Binary | 11111011 | 10100110 | 101111 | 0 | 100010 | 1010001 | 10 | 100011 | 1100000 | 111010 |
Color Harmonies of #FBA62F
Complementary color
Monochromatic Colors of #FBA62F
Black with #FBA62F
Text Example
Text Example
White with #FBA62F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FBA62F; }
p { color: rgb(251,166,47); }
H1.HeaderClassName
{
color: #FBA62F;
}
.AnyTagClassName
{
color: #FBA62F;
}
</style>
background-color css
<style>
a { background-color: #FBA62F; }
a { background-color: rgb(251,166,47); }
div.DivClassName
{
background-color: #FBA62F;
}
.BgClassName
{
background-color: #FBA62F;
}
</style>
border-color css
<style>
span { border-color: #FBA62F; }
span { border-color: rgb(251,166,47); }
td.TdClassName
{
border-color: #FBA62F;
}
.TagClassName
{
border-color: #FBA62F;
}
</style>