Shades of Yellow #FBFF14
Tints of Yellow #FBFF14
RGB
CMYK
RGB Variations
Color information
#FBFF14 (or 0xFBFF14) is known color: Yellow. HEX triplet: FB, FF and 14. RGB value is (251,255,20). Sum of RGB (Red+Green+Blue) = 251+255+20=526 (69% of max value = 765). Red value is 251 (98.44% from 255 or 47.72% from 526); Green value is 255 (100% from 255 or 48.48% from 526); Blue value is 20 (8.20% from 255 or 3.80% from 526); Max value from RGB is 255 - color contains mainly: green. Hex color #FBFF14 is not a web safe color. Web safe color analog (approx): #FFFF00. Inversed color of #FBFF14 is #0400EB. Grayscale: #E3E3E3. Windows color (decimal): -262380 or 1376251. OLE color: 1376251.
HSL color Cylindrical-coordinate representation of color #FBFF14: hue angle of 61.02º degrees, saturation: 1, lightness: 0.54%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #FBFF14 is Cyan = 0.02, Magento = 0, Yellow = 0.92 and Black (K on CMYK) = 0.
Color convert
| RGB | 251 | 255 | 20 | - |
| CMYK | 0.02 | 0 | 0.92 | 0 |
| HSL | 61.02º | 1% | 0.54% | - |
| HSV(B) | 61.02º | 0.92% | 1% | - |
| XYZ | 75.67 | 92.08 | 14.45 | - |
| YUV | 227.01 | 11.17 | 145.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 251 | 255 | 20 | 0.02 | 0 | 0.92 | 0 | 61.02 | 1 | 0.54 |
| Hex | FB | FF | 14 | 2 | 0 | 5C | 0 | 3D | 64 | 36 |
| Octal | 373 | 377 | 24 | 2 | 0 | 134 | 0 | 75 | 144 | 66 |
| Binary | 11111011 | 11111111 | 10100 | 10 | 0 | 1011100 | 0 | 111101 | 1100100 | 110110 |
Color Harmonies of #FBFF14
Complementary color
Monochromatic Colors of #FBFF14
Black with #FBFF14
Text Example
Text Example
White with #FBFF14
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #FBFF14; }
p { color: rgb(251,255,20); }
H1.HeaderClassName
{
color: #FBFF14;
}
.AnyTagClassName
{
color: #FBFF14;
}
</style>
background-color css
<style>
a { background-color: #FBFF14; }
a { background-color: rgb(251,255,20); }
div.DivClassName
{
background-color: #FBFF14;
}
.BgClassName
{
background-color: #FBFF14;
}
</style>
border-color css
<style>
span { border-color: #FBFF14; }
span { border-color: rgb(251,255,20); }
td.TdClassName
{
border-color: #FBFF14;
}
.TagClassName
{
border-color: #FBFF14;
}
</style>