Shades of Lightning Yellow #FBA23D
Tints of Lightning Yellow #FBA23D
RGB
CMYK
RGB Variations
Color information
#FBA23D (or 0xFBA23D) is known color: Lightning Yellow. HEX triplet: FB, A2 and 3D. RGB value is (251,162,61). Sum of RGB (Red+Green+Blue) = 251+162+61=474 (62% of max value = 765). Red value is 251 (98.44% from 255 or 52.95% from 474); Green value is 162 (63.67% from 255 or 34.18% from 474); Blue value is 61 (24.22% from 255 or 12.87% from 474); Max value from RGB is 251 - color contains mainly: red. Hex color #FBA23D is not a web safe color. Web safe color analog (approx): #FF9933. Inversed color of #FBA23D is #045DC2. Grayscale: #B1B1B1. Windows color (decimal): -286147 or 4039419. OLE color: 4039419.
HSL color Cylindrical-coordinate representation of color #FBA23D: hue angle of 31.89º degrees, saturation: 0.96, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #FBA23D is Cyan = 0, Magento = 0.35, Yellow = 0.76 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 251 | 162 | 61 | - |
| CMYK | 0 | 0.35 | 0.76 | 0.02 |
| HSL | 31.89º | 0.96% | 0.61% | - |
| HSV(B) | 31.89º | 0.76% | 0.98% | - |
| XYZ | 53.55 | 46.69 | 10.6 | - |
| YUV | 177.1 | 62.49 | 180.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 162 | 61 | 0 | 0.35 | 0.76 | 0.02 | 31.89 | 0.96 | 0.61 |
| Hex | FB | A2 | 3D | 0 | 23 | 4C | 2 | 20 | 60 | 3D |
| Octal | 373 | 242 | 75 | 0 | 43 | 114 | 2 | 40 | 140 | 75 |
| Binary | 11111011 | 10100010 | 111101 | 0 | 100011 | 1001100 | 10 | 100000 | 1100000 | 111101 |
Color Harmonies of #FBA23D
Complementary color
Monochromatic Colors of #FBA23D
Black with #FBA23D
Text Example
Text Example
White with #FBA23D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FBA23D; }
p { color: rgb(251,162,61); }
H1.HeaderClassName
{
color: #FBA23D;
}
.AnyTagClassName
{
color: #FBA23D;
}
</style>
background-color css
<style>
a { background-color: #FBA23D; }
a { background-color: rgb(251,162,61); }
div.DivClassName
{
background-color: #FBA23D;
}
.BgClassName
{
background-color: #FBA23D;
}
</style>
border-color css
<style>
span { border-color: #FBA23D; }
span { border-color: rgb(251,162,61); }
td.TdClassName
{
border-color: #FBA23D;
}
.TagClassName
{
border-color: #FBA23D;
}
</style>